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
php x 19
c++ x 8
Member Avatar for ElegantElephant
Member Avatar for Bharane_1
0
232
Member Avatar for Rkeast

I am posting this code snippet as I continue to see login and user registration scripts that store passwords in databases as unsalted md5 hashes, and passwords in cookies as raw text. This snippet includes an example user registration function, as well as an example user login, login check, and …

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

hi all, i have to create web form creator as shown in below link.... how to make it i need idea how to implement this [URL="http://www.phpform.org"]http://www.phpform.org[/URL]

Member Avatar for mangel.murti
0
84
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
78
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
170
Member Avatar for whiteyoh

Hi all, When running the following i get this error: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'user_id' cannot be null and heres the code: [code] function upload(){ /*** check if a file was uploaded ***/ if(is_uploaded_file($_FILES['userfile']['tmp_name']) && getimagesize($_FILES['userfile']['tmp_name']) != false) { /*** get the image info. ***/ $size = getimagesize($_FILES['userfile']['tmp_name']); …

Member Avatar for whiteyoh
0
595
Member Avatar for azegurb

hi all PHP masters I have took from internet news publishing script I read all of code but i have a bit misunderstandings from the code so i dont understand some codings there and i have one question. does anyone help me to improve performance of this code below i …

Member Avatar for azegurb
0
141
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
119
Member Avatar for cane23

i have a small problem deleting from the data base that i have created using a form. this is the error that i am getting on the webpage Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right …

Member Avatar for MrYrm
0
137
Member Avatar for benk1

Hi guys, I have a simple php shopping basket which stores the products in an array. To add a new value into the array, I have the following: [CODE]$cart .= ','.$_GET['id'];[/CODE] I was just wondering if there is an equivalent line of code to remove a single array value with …

Member Avatar for MrYrm
0
96
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
86