- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 3
- Posts with Downvotes
- 2
- Downvoting Members
- 3
9 Posted Topics
This is where I started and I would recommend it to anyone who asks, assuming that everyone else also learns best through trial and error. [URL="http://www.google.com/#hl=en&q=php+%223+tier%22+form+database&btnG=Google+Search&aq=f&oq=php+%223+tier%22+form+database&aqi=&fp=1mZ_-PL2Zjc"]http://www.google.com/#hl=en&q=php+%223+tier%22+form+database&btnG=Google+Search&aq=f&oq=php+%223+tier%22+form+database&aqi=&fp=1mZ_-PL2Zjc[/URL]
Until a scientist proves that life can be derived from sterile [insert element(s) here], a higher power is the only explanation. Of course after the jump start of life, evolution would have had to take over. I don't think that Adam had the time to name over 1.5 million different …
[QUOTE=furqan219;887773]please check this . i need output like this[/QUOTE] Excel and OpenOffice will import simple html tables and I think some very basic CSS or you can delimit the data with a tab or semicolon and carriage returns. You then output it to the browser with the header function and …
I like the PHP MySQL Bible. It gives you a good combination of both PHP and MySQL.
[QUOTE=affee;886247]i need to activate another script and pass 2 vars and have one returned. Have I got the syntax correct AND why does it not see the script? It is in the same directory as the php script. [code=php] $mysearch="cats"; $mytype = "zero"; passthru ("/home/bookie/testbed/perlSOAP.cgi?fieldvalue=$mysearch&fieldsearch=$mytype&" , $response); return $response; echo …
[QUOTE=raul66;885818]Hi everybody, I want to join 3 tables and gain same data from these tables. 1.table: usr - user information usr_id 2.table: res- results res_usr_id res_exc_id res_result 3.table: exc- excercises exc_id exc_excercise_name Now I want print all results from one user and all excercises from one user.Can somebody help me?I …
I've never used it but this looks like what you may be looking for. [URL="http://us3.php.net/book.dom"]PHP DOM[/URL]
[QUOTE=geny;884907]hey Josh, I guess,I already did that,still no luck :( [code] $html_in_site = file_get_contents('url'); sleep(10); echo $html_in_site; [/code][/QUOTE] file_get_contents() I don't think has the ability to run javascript, I think, but I may be wrong. I would look into a javascript option and once the data is loaded into your …
If you print_r() on $_POST or $_GET, depending on the form method that you are using, are the full values being passed to the page?
The End.
Baldy76