79 Posted Topics
Re: session_destroy() | |
| |
Re: what about a slide down div ? http://api.jquery.com/slidedown/ | |
![]() | Re: i just teseted yor code and both mails were sent. Problem is elsewhere then i would say |
Re: http://www.pluralsight.com/courses/building-php-applications-zend-framework maybe | |
Re: do you have a distinction in your database for admin? | |
Re: perhaps explode then echo in reverse <?php $hello = "hello world"; $part = explode(" ", $hello); echo $part [1]; // piece1 echo $part [0]; // piece2 ?> | |
Re: i dont so what is Balance carry forward? i know balance forwarding in accounts but dont understand thia at all | |
Re: <input type="image" src="submit.gif" alt="Submit" width="48" height="28"> that should work | |
Re: try this, it might help http://www.vonderborn.com/extended-tables-with-fpdf.php | |
Re: not good with these but should that not be RewriteRule ^blog/([a-zA-Z0-9]+)$ /viewposts.php?id=$1 [L] | |
Re: did you AddHandler php-cgi .phtml ... ? | |
Re: if(condition) { //do stuff } | |
Re: you can also use this, it saves the test mail into a folder of your choosing as a file works ok, http://www.toolheap.com/test-mail-server-tool/. free BTW | |
Re: why is this commented out? <?php include("plogin.php"); //$_SESSION["userId"] = $_POST['id']; //$userId = $_POST['id']; and put session_start(); at the begining | |
Re: this might help you, i did a search on site https://www.daniweb.com/web-development/php/threads/273362/add-required-fields-to-php-contact-form | |
Re: http://codegeekz.com/10-free-chat-applications-for-your-websites/ | |
Re: http://www.monique-design.com/ opens . oops sorry missed an s | |
![]() | Re: well although you are still using mysql you could do something like $query = "SELECT COUNT(id) FROM members"; $result = mysql_query($query) or die(mysql_error()); while($row = mysql_fetch_array($result)){ echo "There are ". $row['COUNT(id)'] ." members."; echo "<br />"; } ![]() |
I had noticed a lot of returned mails with spam content arriving daily. i renewed the old mailing scripts (which was overdue) to include jquery clientside(irrelevant i know) and serverside switched to phpmailer adding a captcha as well as the existing honeytrap that i had before. now although less im … | |
Re: Try RewriteEngine On RewriteRule ^([^/]*)\ /web/index.php?a=profile&u=$1 [L] | |
struggling with this update in PDO, i have hacked away at it in frustration, but i cannot see my error |