Syntax Help
I'm trying to make a form that edits a php file which contains config settings. I'm using strings t
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan
php unable to sent email
Hi, guys, I try to send a email through php but unfortunately the mail unable to sent. Here is my co
constructor ?
i have written this program and made 3 constructors in the class and i want to call them in the main
Can you help please? Php file
I have to write this php file to allow users to register their nicknames on nickserv
For an I
Curl timeout breaks script
So im having difficulties with skipping timeout error in curl
my script calls different functions
Need help with PHP/MySQL drop down menu
I need help on how I can implement a drop down menu which queries mysql database and output the avai
confused between ' ' and " "
there is a php i set:
$begin_date_query = mysql_query( "SELECT SUBDATE(due_date, INTERVAL $d
str_replace help
Hey there,
I'm a PHP newb, I'm having troubles with the str_replace function. I want to clean
True way to see if action was successful?
If this is a good way to see if action was successful to continue:
Code: function changeGa