Poet, Singer, Writer, Admin of Indyaspeak.com
PHP Script runs on CLI but not through web browser
I am running into an issue that I just can't seem to find the answer to. I have a Windows Server 200
PHP Display Telephone Number On Referrer
I have used the php below to show a different telephone number in the header of the site depending u
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
mysql_query returning boolean instead of mysql ressource
Hi,
I seem to have a weird issue with the php command mysql_query. I pass 2 arguments the que
Accessing element of object array
Hello
My object looks like this:
Array ( [0] => User Object ( [id] =>
problems with script
I made a small script wich exchanges points in my website:
<?php
session_start
Last
Friend, whose smile has come to be
Very precious unto me,
Though I know I drank not first
O
Best Kept Secret
At a dinner party, several of the guests were arguing whether men or women were more trustworthy.
Deleting pointers froms vector?
Hi. I have a vector filled with pointers and I want to delete the pointers. I could do a loop and do
Internal class functions don't seem to get executed.
Hi. Can someone please put me out of my misery on this. I don't write much PHP and this has me baffl
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
PHP referral database. I would like this form to email the referrer.
Okay, Hello I've been trolling for years. This the first time I've ever asked for php help. Normally
Problem with php's rename function
So, i'm having a problem with the php rename function. Basically my script 'delete_user.php' attempt
Probably Easy, Need help with Check Boxes in PHP Code
hello,
Thanks for looking this over and helping me out. My problem is I have a online store l
Buggy registration system
Hey, I just started scripting in PHP, and I ran into a few problems.
Code: <?php
includ
help with variable
I've got a problem, i want to echo some images depending on the $id, however for me to get that id i
mysql select query problem
how can i select multiple fields from multiple table in one query like
i have table name t1 a
We Have Been Friends Together
We have been friends together,
In sunshine and in shade;
Since first beneath the chestnut-tree
Car Dents
Banta was driving back from Shimla when there was a terrible hailstorm. Huge hailstones the size of
How to copy a part of a vector in a raw memory
Hi,
How can I copy a part of a vector into a memory:
1
2
3
4
5