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
Can I call a class inside a function?
I have a class written in another file that handles my image resizing.
Can I do this (php say
PHP/Database issue
My friend is helping me make a database where you go to a certain webpage of my site and the page wi
My query is being run with no results.
I have this.
Code: function DropUser($duser_id, $user_email, $user_username) {
mail() says sent but no email received
My code is quite simple:
Code: <?php
$to = "Ty44ler@yahoo.com";
$subje
how do i make new line after *
First check this page here. and you see my report. Im pulling form a mysql db. I want to beable to m
Guixt issue
Hello all,
We are experiencing the following problem with Guixt:
Some transact
cPanel API
Hi Guys,
Need a little guidance. I'm trying to get my script to communicate with cPanel (or W
error help - Dynamic Image
I've been working on making my site less cluttered in the directories and more secure lately. In an
Typedef struct vs just struct
Anyone know the rationale for using typedef for structs when a struct is itself a typedef? I have s