Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~2K People Reached
Favorite Tags

11 Posted Topics

Member Avatar for ElegantElephant
Member Avatar for Bharane_1
0
238
Member Avatar for Rkeast

as commented above you really shouldn't save it to a cookie if your going for safety use sessions!

Member Avatar for metalix
0
519
Member Avatar for mangel.murti

Did you think of Zend_Form? [url]http://framework.zend.com/manual/en/zend.form.html[/url]

Member Avatar for mangel.murti
0
85
Member Avatar for MrYrm

Hi all, As a learning project I'm rewriting a spider i have in php to c++. One part of the spider is a multi-threaded downloader, all this downloader does is read urls from a text file download the page and save it. I would like the downloader to strip out …

Member Avatar for MrYrm
0
82
Member Avatar for MrYrm

Hi, i have a program that runs a loop during that loop if the user types lets say "status" i want a status report if the user didn't give any input no status report should be displayed i played around with getline getchar etc but those wait for user input …

Member Avatar for MrYrm
0
173
Member Avatar for whiteyoh

its kinda obvious since the error tells you whats wrong: Column 'user_id' cannot be null. does the 9th line give any output?

Member Avatar for whiteyoh
0
608
Member Avatar for azegurb

i think you should look here: [url]http://www.php.net/manual[/url] more specific to the stuff you said you dont understand: [url]http://www.php.net/manual/en/reserved.variables.php[/url] [url]http://php.net/manual/en/control-structures.if.php[/url] [url]http://www.php.net/manual/en/language.operators.php[/url]

Member Avatar for azegurb
0
144
Member Avatar for MrYrm

First of all im new here so Hi all.. im also new to c/c++ have been a java php and actionscript developer for some time now and finally have time to learn something new so im gonna go for c++ im just tryna get familiar with everything but i ran …

Member Avatar for Stefano Mtangoo
0
121
Member Avatar for cane23

instead of:[code]$sql="DELETE FROM student_course WHERE course_code='$coursecode' [COLOR="Red"],[/COLOR] id_no='$id'"[/code] try:[code]$sql="DELETE FROM student_course WHERE course_code='$coursecode' [COLOR="Green"]AND[/COLOR] id_no='$id'"[/code]

Member Avatar for MrYrm
0
140
Member Avatar for benk1

[CODE]$cart .= ','.$_GET['id'];[/CODE] This does not add a new value to a array.. It appends a comma and the value of a url parameter to a string. Since your using a string unset() is not going to work. gr, Yrm

Member Avatar for MrYrm
0
98
Member Avatar for MrYrm

My name is Yoram, nick is easy: YRM.. Originally im a allround web developer but last couple of years only making ria's with flex flash php and sometimes some java. I'm a big fan of AS3.0 but DONT like flex, like php but LOVE the zend framework HATE HTML and …

Member Avatar for ArtphotoasiA
0
88

The End.