Forum: PHP Jul 5th, 2007 |
| Replies: 3 Views: 693 |
Forum: PHP Jul 5th, 2007 |
| Replies: 43 Views: 95,849 |
Forum: PHP Jul 5th, 2007 |
| Replies: 43 Views: 95,849 |
Forum: PHP May 7th, 2007 |
| Replies: 3 Views: 1,419 Re: download & extract .tar.bz2 to w/s from a http the files within the tar/gz are .csv files, with /t seperators.
I already have the script to read the files, and add them to the database, I want to know how to extract the .csv's from the archives... |
Forum: PHP May 3rd, 2007 |
| Replies: 3 Views: 1,419 download & extract .tar.bz2 to w/s from a http Want to download a .tar.bz2 and extract, then run the file into the database.
Eventually I will be setting up some sort of a crontab job thingmebob, but for the moment, I want to be able to extract... |
Forum: JavaScript / DHTML / AJAX Apr 24th, 2007 |
| Replies: 35 Views: 5,318 |
Forum: PHP Apr 5th, 2007 |
| Replies: 2 Views: 1,201 |
Forum: PHP Apr 3rd, 2007 |
| Replies: 2 Views: 1,169 Re: PHP gaming site make your own script, you will need a database, the proper fields, a select statement, and a 'while' statement to populate the table.
www.hotscripts.com has some good tutorials, same with... |
Forum: HTML and CSS Mar 29th, 2007 |
| Replies: 18 Views: 2,619 |
Forum: PHP Mar 28th, 2007 |
| Replies: 2 Views: 1,912 Re: Parse error: parse error, unexpected $end Either the error code and line with more detailed code, or the code from the page itself.
But, if you opened up a {, you must close it with another }, try putting that inbetween the <?php & ?>... |
Forum: HTML and CSS Mar 28th, 2007 |
| Replies: 18 Views: 2,619 |
Forum: JavaScript / DHTML / AJAX Mar 28th, 2007 |
| Replies: 35 Views: 5,318 |
Forum: JavaScript / DHTML / AJAX Mar 28th, 2007 |
| Replies: 35 Views: 5,318 |
Forum: HTML and CSS Mar 28th, 2007 |
| Replies: 18 Views: 2,619 |
Forum: PHP Mar 27th, 2007 |
| Replies: 3 Views: 582 Re: operations in code...
if(empty($_POST['username'])){
echo "Sorry, you need to enter a username.";
//do focus here
exit();
if(empty($_POST['password'])){
echo "You need to enter a password.";
// do focus here |
Forum: PHP Mar 27th, 2007 |
| Replies: 9 Views: 1,811 Re: php + mysql easiest way, and you don't need to refresh any part of the page either...
using javascript, you can use a div or iframe & set a timer to refresh that part of the screen at x amount of mins/hours. |
Forum: PHP Mar 27th, 2007 |
| Replies: 1 Views: 495 Re: PHP Help needed badly the easiest way is to setup a database if you have access, create a form that sends the login information from the session
$ARG['userid'] = $_SESSION['userid']';
$ARG['write'] = $_SESSION['level'];... |