Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #4K
~951 People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for kako13

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 …

Member Avatar for design324095
0
332
Member Avatar for Danny247

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. …

Member Avatar for Dragonbaki
0
277
Member Avatar for ceeandcee

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());") …

Member Avatar for ceeandcee
0
96
Member Avatar for design324095

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 = …

Member Avatar for design324095
0
188
Member Avatar for design324095

The End.