[PHP] free online PHP books ?
hi, Does anyone know where the Online Free PHP Books are ? I cannot buy a book with Amazon.com in my country. There're a lot of free tutorials on the net, but they 're not enough for me to understand PHP clearly. Please let me know the URLs like that thanks so much... (I love PHP) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] What's wrong with this date ?
hi there, I try to save a record (in the "date" type in MySQL) from the by : $query = "INSERT INTO $table VALUES ($post_id, 0, '$topic', '$uname', '$body', $date, '$newdate', 0) "; But it couldn't work (I used $date or '$date' on above, but they got the same results) ! It showed me the wrong value, as : 1970-0-0 (always this, although I try to input different values in the text box with the date format is -MM-DD) I don't understand the way MySQL saves my date field in his data (is it -MM-DD ?) Can anyone help me in this case ? Thanks much... ps : I used the $date field in "varchar(20) type" instead. BWT, what's different beween the Varchar(length) type with the Char(length) type ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] about the replacing HTML code by another codes in a Forum ?
hi, can anyone help me this ? 1) I made a simple forum, and it will allow the users to send their messages in HTML format. But I worried about the security of my website, so I removed all of the ", so I cannot replace "
[PHP] how to transfer a local DB to a DB on Server ?
does anyone know ? pls help me, thanks... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]