hello, Im new be in Programmer..
I little bit confuse with the new language of PHP5, its really different with PHP4 language,..
i try to login, but i cant create, update, or delete ..-_-
any body can help me to learn more abour PHP5 please??
what actually language that should be canged by me in PHP4, to make it run in PHP5..??
becouse there are always error in my script..
ca_linddha 0 Newbie Poster
Recommended Answers
Jump to PostWhat do you mean by
really different
Show us your code-snipet to see the exact problem.
Jump to PostKeep in mind that $_POST works as an array, so if you want to use one of the keys, you have to write:
$_POST['password']
not
$_POST[password]
which lacks of quotes. The same applies to$_POST[sbg]
. For this reason you are probably gettingd41d8cd98f00b204e9800998ecf8427e
…
All 7 Replies
Szabi Zsoldos 26 Learner and helper guy
Serverka 0 Newbie Poster
ca_linddha 0 Newbie Poster
itpixie 0 Newbie Poster
itpixie 0 Newbie Poster
ca_linddha 0 Newbie Poster
cereal 1,524 Nearly a Senior Poster Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.