Problem!
I have another problem, when i run this code i get this error "Parse error: syntax error, unexp
How to generate a text file using php...?
Hi,
Can anyone give me code to generate a text file using php
Thanks in advance
date("now") prints out wrong date ?
Hi Guys
Anyone know why and how I can fix it ?
Floating Point Precision Loss
I'm writing a program to draw a three-dimensional cube (with a corner cut off) without using any 3D
Custom CMS
This is a big custom CMS script I'd like to develop and would like some help atleast figuring out wh
Form submissing with PHP and JQuery/Ajax
I have searched everywhere, but cannot find a solution for this... I have worked all day trying to g
Variables and Include
Code: [Select]<?php
$header = $_COOKIE['mss']['header'];
$body = $_COOKIE['mss']['b
IP Based Cron Jobs
I run cronjobs on my website. After one of my visitors got curious and tinkered around he realized h
Sessions Value Not Saved
Hi,
Im making a login form and im using this code:
Code: if($login=="true"){
Calling strings from other php class
I have test1.php{
$string1;
$string2;
....
... //10 strings in this class <