Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #2K
Member Avatar for brob5000

I've written a moderately-sized Web application that utilizes MySQL and PHP5. I have an on-going problem where Microsoft Internet Explorer 6 (IE6) and Microsoft Internet Explorer 7 (IE7) lose the PHP Session ID cookie (PHPSESSID). Of course, when this happens, the application loses track of the current user and the …

Member Avatar for Trevor Mills
0
1K
Member Avatar for DavidB

Hi, folks. As you may have gathered from a previous post, I know next to nothing about PHP, so I have a very basic question: How do I force an exit from PHP? I have gone through a few books and come across the "die" and "exit" commands; however, they …

Member Avatar for Thomas.Fischer
0
371
Member Avatar for monkeywright

I'm fairly new to PHP. Recently got a program to help me build a directory database for a werb client. I've been slowly customizing it to fit my design, but I can't get the search to behave the way I want it to. I need to search multiple fields in …

Member Avatar for allenaj
0
251
Member Avatar for mahe4us

Hi all, Iam trying to tigger some file which will be working in backend once the window is closed in php. Iam using onunload function in javascript but it triggers the file once we leave that particular page only. If we closed the window it didnt do anything. Anybody have …

Member Avatar for diafol
-1
174
Member Avatar for zippee

My customers who use AOL email cannot receive my email generated from php script I use. I try to look into AOL email guide but do not have a clue how to solve the problem. Please can anyone help? Here's my code: [PHP]require_once "Mail.php"; $host = "abc.com"; $from = $_POST['client']." …

Member Avatar for arvindhar
0
240
Member Avatar for Fungus1487

well ive been doing some work with object oriented php and came across a question i couldnt answer. can you create a list i.e. similiar to a linkedlist in java or the like in php ?

Member Avatar for Fungus1487
0
97
Member Avatar for Roc

Hi everyone I know that some people at this site getting nervous about program request or code request for any reason but i have to did it to friday.I have no php knowledge except making php forum with macromedia dreamviewer .I have to write or find a php code that …

Member Avatar for UrbanSky
0
81
Member Avatar for dudegio

Hello everyone! I have generated a txt file from the billing system. My problem is, whenever the transaction is cancelled the newly written data in the txt file must be erase. Is there a function that erases the content of the txtfile generated from the system? I have tried getting …

Member Avatar for UrbanSky
0
128
Member Avatar for UrbanSky

Hi All, Just logged on to my main windows box to see the scan results from AVG Free have suddenly picked up a trojan in the 7Zip folder, which they have named Generic4.PJR and identified the file and 7zCon.sfx. I have also logged on to the other 3 windows boxes …

Member Avatar for jamestomsa
0
209
Member Avatar for jnscollier

So i found a script that does what I want but I'm having trouble "implementing" it. Basically I have all the image file names stored in my table and i want them to all display (the ones uploaded by the particular user logged in) on a page. Of course I …

Member Avatar for UrbanSky
0
113
Member Avatar for jewboy

My site (see signature) works perfectly fine in Firefox, but does not work with IE7 or (IE5/IE6 with security settings set to high or medium). When viewing the site in IE7 , half of the content on the page is invisible. The site and application is PHP based. I don't …

Member Avatar for MidiMagic
0
155
Member Avatar for heliumgas

hello i´m trying to use the messagebox ok cancel in java to confirm or cancel when i try to eliminate some data from the database. i don´t know how it works. could somebody help me, or give me an example...

Member Avatar for UrbanSky
0
75
Member Avatar for chubbywubba

[COLOR=green]If PHP is ran through the Apache server the files must be in the what folder?[/COLOR]

Member Avatar for UrbanSky
0
53
Member Avatar for realnsleo

hello, could someone show me how to redirect a page in php after a specific amount of time like 5 seconds. thanks

Member Avatar for johny_d
0
96
Member Avatar for UrbanSky

Hi All, I was wondering if any one new a program that could list where hard disk space was being used. For example, Windows will tell you that you are using 29GB in total but it doesn't tell you where you are using it, the only way I know is …

Member Avatar for normanallen
0
91
Member Avatar for altergrave

:?: I want to reformat my pc but it seems my own computer does not want me to. It always gives out a stop error message saying something like this: >>Your windows had been shut down to avoid damage. 1.Please scan your PC for viruses. 2.Scan hard drives so it …

Member Avatar for gerbil
0
82
Member Avatar for rednarjess

Dear all; I write this php file and when I want to view it does not make sense. It also can't retrieve the necessasry info from my database:( . Please can any one guide me. Note: I attached my DMV database. Thanks alot //=========== <html> <head> <title>Displaying Your Vehicles</title> </head> …

Member Avatar for rednarjess
0
75
Member Avatar for Barefootsanders

Hey everyone. Im trying to make an online RPG where you can join "Families" or clans. I the code below is what I have thus far. It works but for some reason it wont update the creating users "family_id" in the database thus not telling the server that he is …

Member Avatar for Barefootsanders
0
85
Member Avatar for proctk

after some searching I come up with the below which give the error I posted. I'm surprised that I have not been able to find script that uses mysql to get birthdays within x days. error message, any ideas, thank you for the help SQL Error: SELECT DOB, STR_TO_DATE(CONCAT(EXTRACT(DAY FROM …

Member Avatar for UrbanSky
0
1K
Member Avatar for heliumgas

Hello I´m trying to make a function that give-me data from a data base mysql at time there is no problem but i would like to now how i can make that funcion to be called from x hover x seconds, the ideia is just to se if there is …

Member Avatar for tavox
0
130
Member Avatar for dcarrillo18

I have a folder called _secure in which I have a .htaccess file that denies all access to the _secure folder. Within the _secure folder I also have a swf file. I'm using PHP to retrieve the secured swf file and show it if the user is logged in. For …

Member Avatar for DanceInstructor
0
133
Member Avatar for anasta

Does anyone have an example to show a dynamic array of a db table that can be updated. table consists of 3 fields of which the team name is the only constant- points and percentage need to be changed weekly. Any help will be very much appreciated, i have tried …

Member Avatar for anasta
0
95
Member Avatar for eldoc

Anyone tell me about patServer please. Does anyone know where I can find instructions on how to use patServer - spent ages on the net trying to find a 'how to'. Specifically, where to put each of the files in one of their examples (say, tictactoe) and whether I need …

Member Avatar for eldoc
0
84
Member Avatar for hunkychop

i am trying to export the results from a form into the script of another php in form of variables : ex. form proccess script (globalvar.php) [quote] $dbtype = $_POST['dbtype']; $dbhost = $_POST['dbhost']; $dbname = $_POST['dbname']; $dbpass = $_POST['dbpass']; $dbport = $_POST['dbport']; $dbtable = $_POST['dbtable'];[/quote] new php (varheader.php) [quote] $dbtype …

Member Avatar for hunkychop
0
102
Member Avatar for mohaydee

Hi, everybody, I'm new to PHP and I'm setting up a web page in which I want to include a subscribing box for the visitor to send me his email. I've found this code on the internet and adapted to my neccessity but I want to know if it's okay …

Member Avatar for UrbanSky
0
93
Member Avatar for tomhughes

Hey, I've just uploaded some stuff to server and it works fine but theres a big error message through the screen saying "undefined variable seacrh at line 15" Code: [php]if(isset($_GET['search'])) if(!isset($cmd)) { $search = $_GET['search']; } $keywords = explode(" ", $search); <--- line 15 [/php] Also is there any way …

Member Avatar for digital-ether
0
149
Member Avatar for cty

$totalCost=0; while($row = $result->fetch_assoc()) { $totalCost+=$row["price"]; ------------------------------ --->why the $totalCost always is 0?

Member Avatar for UrbanSky
0
57
Member Avatar for zed420

Hi Everyone I'm fairly new to PHP and struggling a bit. I'm trying to delete some records from MySQL via php and checkboxes my code is below if anyone can help me. Thanks in advance [PHP] <?php include("config.php"); include("contentdb.php"); $id= $_POST["id"]; $question= $_POST["question"]; $opt1= $_POST["opt1"]; $opt2= $_POST["opt2"]; $opt3= $_POST["opt3"]; $answer= …

Member Avatar for php_coder
0
99
Member Avatar for Karpat

Hi I tried to use getenv('HTTP_REFERER') to get the referring url ie find out where my user came from... but on localhost i keep getting a blank... I checked phpinfo() and the referrer was in fact blank... Is this normal behaviour? That Aussie Bloke PS it is spelt HTTP_REFERER and …

Member Avatar for UrbanSky
0
81