- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
5 Posted Topics
Re: without any more detailed information, it seems to me like you are trying to put this in a post or page. First thing to know is that Wordpress will not process PHP within a post or page; at least, not without some modification. Fortunately some people have made plugins which … | |
Re: we need more information, how are you trying to use this? I see you are using Wordpress. i.e. is it within a post? is it within a page? is it in a widget? is it in a custom template you are modifying on the backend? All would have different answers. … | |
Re: try this: [CODE]SELECT * FROM events WHERE field3 >= DATE(NOW());[/CODE] so, all in all from what you have: [CODE] // Make a MySQL Connection mysql_connect("localhost", "*****", "****") or die(mysql_error()); mysql_select_db("******") or die(mysql_error()); // Get all the data from the table $result = mysql_query("SELECT * FROM events WHERE field3 >= DATE(NOW());") … | |
Help! This contact form keeps displaying the error for an invalid email address, no matter what I do! Where did I go wrong? Thanks in advance! [B]PHP Syntax[/B][ICODE]<table width="570px" border="0" cellspacing="10px" cellpadding="0" align="center"> <tr> <td align="center"> <?php if (isset($_POST["op"]) && ($_POST["op"]=="send")) { /******** START OF CONFIG SECTION *******/ $sendto = … | |
The End.