php project learning
Saturday, 21 December 2019
Ch-12 File Open
<?php
$f=fopen("user.txt",'w');
if($f)
echo " File created";
else
echo "File not created";
?>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Ch-16 Associate Array
Ch-14 Array
<html> <head> <title>Book Store</title> </head> <body> <table border="1"...
4 add price table in page
old coding shows in yellow color updated coding shows in green color <html> <head> <title>Book Store</title...
Ch-16 Associate Array
No comments:
Post a Comment