first id from db not showing
I have a php script which displays the content of a mysql table as a html table with sorting, delete
Beginner question regarding Array's
Hi everyone, the page im working on has an array of variable at the top...
Code: $define_li
Using cURL to PUT
Can somebody help with the correct php code to make a cURL PUT request. Here is a sample of code bel
list files from folder, only one for each date
I have many files in a folder and wish to only list one of each date
these are the file names
php include email form with attachment
I have had no luck with finding a email form all over the Internet for various reasons. Some insecur
phpMailer not working ..........
HI,
I was playing with the phpMailer script and tried to send a smiple mail using their test scri
Echoing ASCII code
I have a php page that splits a string into chars and then echoes the ASCII code for each char. I'm
Help with PHP Email Script
Hi guys,
I'm a newbie to php and need help with the script below:
At the moment when I
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
mysql_real_escape_string
Let me preface this that I am very much a PHP noob, but I have some SQL training (not necessarily My