Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
30% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
~722 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

5 Posted Topics

Member Avatar for mrcniceguy

i guess you could use ctype_space() function for more details refer to php manual [url]http://in.php.net/manual/en/function.ctype-space.php[/url] else u cud do it more effectively using javascript -- [code=JavaScript]function hasWhiteSpace(s) { reWhiteSpace = new RegExp(/^\s+$/); // Check for white space if (reWhiteSpace.test(s)) { alert("Please Check Your Fields For Spaces"); return false; } return …

Member Avatar for digital-ether
0
143
Member Avatar for lildaddyha

I''d suggest you store the query that you hit in a string and echo it out. check if the insert query works in the backend. Coz sometimes in php you might not get the values properly. and for pimary key pass null if it has auto increment in dB. dont …

Member Avatar for lildaddyha
0
196
Member Avatar for freakin_chris

Hi i got this site -> knowitall.co.nr and i wanna know of some program that cud transfer money to paypal. i dont want it to be sent home like the normal google adsense! If u have any info id appreciate it. and if there are any other ways oof earning …

Member Avatar for Shadow14l
-1
100
Member Avatar for freakin_chris

i think u folks shoudl check out this site - [URL="http://adbux.org/"]http://adbux.org/[/URL] u can earn money by spendin a few minuites a day and referring more n more people to it( thats what im doing) but it pays off money no doubt but the process is slow... so hope u can …

Member Avatar for AussieWebmaster
0
203
Member Avatar for freakin_chris

Can anyone please tell me how can i copy a table. thank you. and also how to fin out the second highest value of a field in a table. eg. select the employee cashing in the second highest salary in the company. Thanks a lot.

Member Avatar for TheSQLMan
0
58

The End.