Sharing PHP Sessions Across Domains
I am in the process of writing a script to share a php session across various domains I have.
The
utf8_general_ci error ??
I have all kinds of data to be inserted in database table
//I am getting this error
Yo
problem in program for counting no of chars using pointers
Hi all, I was trying to make a program which counts number of chars in a string using concpt of poin
Escape Latin Characters
I need to escape latin characters in an xml doc. Example: "é" is escaped to "é". I thoug
storing results of a function - previous result overwritten with new result
I have created a function to validate input.
function validate_dimension($value,$name) {
<
php redirecting
i wont open a new thread but i have a question about redirecting....
i wonder why my code doesnt
Undefined variable when using $_SERVER['PHP_SELF']
Hi guyz, please suggest me something...
On first.php I have one input field NAME, and on posting
i have no idea why this isn't working
Code: <?php
session_start();
include("connect.php");
error_reporting(E
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
Get dump of MySQL DB from Live Site
I'm after an easy, but secure way of generating and importing a MySQL dump from a remote server.