Search Results

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: DanceInstructor ; Forum: PHP and child forums
Forum: PHP Apr 12th, 2007
Replies: 4
Views: 2,009
Posted By DanceInstructor
Are you sure the query is returning results? Are the results an array?

print_r($sqlProject); so you know the query looks lik you think it should. Try running that query in phpMyAdmin and see what...
Forum: PHP Apr 4th, 2005
Replies: 6
Views: 13,111
Posted By DanceInstructor
To remove a directory:

rmdir('directory_name');
Forum: PHP Mar 4th, 2005
Replies: 6
Views: 39,788
Posted By DanceInstructor
The simplest way is to have php write the info you want into the page as javascript, for ex:

<script type="text/javascript" language="javascript">
<!--
<?php
echo("firstVar = $var1;");...
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC