unexpected T_SL without a shift left token
Nothing too see here, I'm an idiot and resolved the problem.
Creating a function
Basically i wanna put all this code in a seperate file
Code: <?php
paginate search result
Hi, I have a paginations script to display data from my database but i would like to paginate someon
returning data from an ssh2_exec()
here's what i got.
$conn = ssh2_connect($this->_host);
ssh2_auth_password($c
Quick Syntax Question
Hi folks,
I'm getting the following error: "unexpected T_LNUMBER". I'm trying to b
RSS feed - FeedList for WordPress
Hi,
I'm trying to alter the FeedList plugin for WordPress so that I can click on the title of
output_buffering so rewrite
I'm planning to rewrite some of my scripts so they don't have to use output buffering to accomplish
how to remove in php string display
My code is
$message="We're looking at developing our website.";
$body= "
empty() error
Why does
Code: empty($USER_ID = $_SESSION["USER_ID"])
create this error...
using a loop help
Hi guys , i need some help. I have this loop :
while ($row = mysql_fetch_assoc($Result)) { ?&