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.

0 Endorsements
Ranked #27.9K
~945 People Reached
Favorite Forums
Favorite Tags
php x 7
Member Avatar for michael123

In php, is there a function like "wait()", the program executes to certain line and wait a moment(like 1 second) then proceed to next line? thanks.

Member Avatar for srikanth1243
0
76
Member Avatar for Tina66

I just started learning php and would like to know how to create valid words using the letters "q w e r t y u i o p", which is the top row of the keyboard. I believe I need to use preg_match, yet not sure how to. Could some …

Member Avatar for srikanth1243
0
53
Member Avatar for ashneet

I m not sure if this is right question to ask. I am trying to get php to make PDF file and email it to some one when they enter enough information. is it even possible as i have no idea how would you do this...

Member Avatar for fsn812
0
164
Member Avatar for Electrohead

Hello everyone! I am looking to embark on a project to develop a new content management system! The system will be very much like a portal, and I am looking for volunteers! If you are interested in helping out, please visit the project's community website at [url="http://keefe.hyspex.com/cms"]http://keefe.hyspex.com/cms[/url] I would also …

Member Avatar for advancescripts
0
333
Member Avatar for NilovSerge

Hi, all! How in PHP get ResultSet from function PostGreSql8.0.3(Windows) and how is constructed this PostGreSql-function? If possible, please, link to some example. Thanks in advance Nilov Serge

Member Avatar for srikanth1243
0
108
Member Avatar for TimmyRaa

Hey, this is my first attempt at using arrays in PHP, so apologies if this turns out to be ridiculously simple! I have a SQL select statement, and a while statement to pull the results from it: [PHP] $sql = 'SELECT nickname AS name, count( * ) AS played, sum( …

Member Avatar for srikanth1243
0
110
Member Avatar for Juls

Hi, I am trying to run a query once and then reuse the result set in a loop to compare so that to know whether to have a checkbox "checked" or not. Something is not right because I don't get any of them checked. I have a feeling I need …

Member Avatar for srikanth1243
0
101