Search found 5 matches

by ipharaoh
Fri Mar 09, 2012 7:46 am
Forum: PHP
Topic: something going wrong here can't fix it
Replies: 1
Views: 337

something going wrong here can't fix it

hello everybody briefly no syntax errors, even when i send data to phpmyadmin data stored correctly, but once i submit the form the news from tbl_news which i am printing it out disappears anyhelp please <?php #-----Connecting to DATABASE----# include("SQL_connect.php"); $gid=0; if(isset($...
by ipharaoh
Sun Mar 04, 2012 2:59 pm
Forum: PHP
Topic: i cann't update
Replies: 6
Views: 761

Re: i cann't update

here is the security function i made to prevent SQL injection : if is there something more should i include to prevent SQL injection : Please guys inform me to add with function function protect($securing){ $securing = mysql_real_escape_string($securing); $securing = strip_tags($securing); $securing...
by ipharaoh
Sun Mar 04, 2012 2:54 pm
Forum: PHP
Topic: i cann't update
Replies: 6
Views: 761

Re: i cann't update

Thank you guys for helping me..finaly i fixed this probelm -- i just wanted to say i am new php beginner i don't have this much of experince with the language but i am doing my best to be a good php developer.. any way one more time thank you guys here is the code finaly worked correctly without any...
by ipharaoh
Sun Mar 04, 2012 6:10 am
Forum: PHP
Topic: i cann't update
Replies: 6
Views: 761

Re: i cann't update

Thanks man. i will give it try and i will let you know....i really appreciated your response......
by ipharaoh
Sat Mar 03, 2012 12:09 pm
Forum: PHP
Topic: i cann't update
Replies: 6
Views: 761

i cann't update

hello every body all i want to do in this project is when you decide to edit a post, by clicking on edit post. i wanted to show a web form for the user with his old post displayed in the form, and all he have got to do is replacing the old post with news post.... i have the following errors : Notice...