EDIT: Never mind, I just updated to php 5.
Hey all,
I'm currently experimenting with php object interfaces. However, whenever I try to implement one, I get a php error.
interface iTemplate
{
public function setVariable($name, $var);
public function getHtml($template);
}
The error is:Code: Parse error: parse error, unexpected T_STRING in /path/test.php on line 1
What am I doing wrong? If it matters, my server is running php version 4.3.11.
sendmail code suddenly not working
Hi Guys, I maintain 3 sites (including my own) I use the following code from a french webmaster that gave me permission to use it. He designed & coded one of them. Now the code seems to have
Pagination
Hi All,I think I'm finally getting somewhere with pagination!I can now submit a query and get the correct number of records back with the correct number of pages. My only problem is, when I press the
PHP MySQL Return Results Issue
Hi guys,I'm running joomla and made a module which is using ajax.Basically i just have an html input textbox which i put a SQL statement in and then onblur it does the ajax script which returns the
How to form a xml form table with a single sql statement..?
Hi everyone,
ok i need to join all this pages to make 1 neat code
i have 5 pages that make up my tv guide it works 100% but i want to make it 1 page if i can or 2, i want it to have diff pages for each guide but all the code on 1 page i just dont know how to do it,
UTL File problem
Hi
User input in to variable
Hi all,I'm sure this is very easy but I'm having another brain freeze!At the end of the code I have echoed 3 bits of info to screen $ip, $_POST['ssid'] and $ssid_id".I would like to put
utf8_general_ci error ??
I have all kinds of data to be inserted in database table//I am getting this errorYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right
Sales orders ans reservations not taken into account on MPS / MRP
Hello,
Select Rows as Columns..
is there a way to select COLUMN_NAME from user_tab_columns where table_name='TABLENAME';