- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
IT Support
8 Posted Topics
Re: Do any of the other wordpress functions work? You might try using `<?php echo get_the_title(); ?>` instead. | |
Re: Does your lamp server have have sendmail installed and running? Do you have any other mail scripts on your lamp server that do work? It's possible your server has been blocked for spam reasons. | |
Re: You would need to refresh the page with javascript, or you could use Ajax and setTimeout to load the new messages. | |
Re: Your where clause is comparing the username to $_SESSION['sessid'] Make sure that session key matches the username. Also, make sure you have session_start(); at the top. | |
Re: while not as clean as refactoring your output, you can add ob_start(); to the top of your script. | |
Re: You have session_destory() instead of session_destroy() Not the movement of the r | |
Re: You can no longer get the plain search api key. You now can only get the Javascript version for free. Otherwise it costs $x,xxx. |
The End.