Check your PM, Deep_888 . I may be able to help you out.
Hey myspacez, I have a server which has some free slots left. I can let you have an account with those specs for a low price. Details in PM.
That would be http://www.w3schools.com/ . :) . And for a PHP editor, or better yet editor for any programming source, my personal choice is...
Hello, I am a catholic. But I haven't been to church in QUITE some time. I guess reading too much Physics has made me an Agnostic . I wouldn't...
Hello, Try something like: $del = array(); while ($keyword_row = mysql_fetch_array($keyword_query)){ array_push($del,$keyword_row['id']); }...
Or ,if you have permission, you can makethe server parse all the HTML files as PHP using .htaccess AddType application/x-httpd-php .htm AddType...
Hey, Suppose you need to print from 1 to n questions, you can do: foreach(range(1,$n) as $num) { $question = $('question'.$num); } ~ Thomas
Separate names with a comma.