39,320 Topics

Member Avatar for
Member Avatar for ivirtua

Hello I am attempting to upload a backup (gzipped SQL), to my server via phpmyadmin but it is just over the max upload limit therefore I cant upload it! How can I get around this.. is there another way of uploading the phpmyadmin gzipped backup, or changing that limit? I …

Member Avatar for digital-ether
0
120
Member Avatar for Glenn55

[B]This is the error message I get and I know next to nothing about what this means: Parse error[/B]: parse error, unexpected T_STRING in [B]/hsphere/local/home/oldsoppl/preserveourcorpsmemories.com/ecommerce/os/catalog/includes/languages/english/privacy.php[/B] on line [B]39 Here is the script: <?php /* $Id: privacy.php,v 1.1 2004/08/25 23:11:33 akhan Exp $ osCommerce, Open Source E-Commerce Solutions [url]http://www.oscommerce.com[/url] Copyright (c) …

Member Avatar for SnowDog
0
71
Member Avatar for Soral 3.0

Howdy, I have attempted to install PHP 5.1.4 on a Windows NT system with Netscape Enterprise Server (3.6? not my choice). It seems like it is [I]partially[/I] installed. I mean, when you run phpinfo you get: [url]http://128.194.109.84/users/wong/php_info.php[/url] [code] <html> <head> <title>PHP info</title> </head> <body> <?php phpinfo(); ?> </body> </html> [/code] …

Member Avatar for Soral 3.0
0
126
Member Avatar for dmalsbury

Hi Folks, I am Doug Malsbury, a B.S. degree Chemist and PC compatible Systems Analyst. I am 58 yrs old and getting started learning PHP and MySQL on my own. I will be browsing around here looking for hints and suggestions I can use in my efforts to learn creation …

Member Avatar for harishankar
0
167
Member Avatar for vssp

Hai friends I have listed the combo box va;ues useing ajax function foe example when user select the region related country displaying the next combo box , Its working for fier fox breowser but iits not working in IE I am getting the java script error. (Object required) Please help …

Member Avatar for vssp
0
76
Member Avatar for GreenDay2001

Hello there. I want to learn PHP. I have not even started yet. I have downloaded PHP Server files + Apache. But its giving me total headache to install that. I am still not able to install that thing. I would like to know how to install that thing in …

Member Avatar for dss
0
98
Member Avatar for Dave2006

Hi, I'm looking for a script that enables a download link to only work on a particular webpage. This means that when I sell a digital product to my customers they have to visit my website to download their product but they can't get a copy of the download link …

Member Avatar for dss
0
97
Member Avatar for lsu420luv

I am new to php and am building a search function for my website. The problem is I cannot seem to make the Aa> tags work to make the link I keep on getting parse error. could someone tell me how to make $title a link. I can pretty much …

Member Avatar for dss
0
118
Member Avatar for maxtaz

up to 3am last night, any help appreciated!!! have a html form created in dreamweaver. want users to complete their details on a form. do not need a dynamic page or sql d.base as only one way traffic. i just want to receive date in either email or excel format. …

Member Avatar for vgnarc@freshrus
0
191
Member Avatar for riptheriper

Hi, I am new to PHP and need some help regarding some issues which I am facing in development of the contact form. Please look at the diagram at [URL="http://www.Photo-Host.org/view/392565untitled-1.gif"][/URL][URL="http://www.daniweb.com/techtalkforums/"]http://www.Photo-Host.org/view/392565untitled-1.gif[/URL] [IMG]http://www.Photo-Host.org/view/392565untitled-1.gif[/IMG] for the exact problem which I am facing. I have tried [B]header()[/B] for that issue but it didn’t worked …

Member Avatar for sn4rf3r
0
115
Member Avatar for dss

Hi, I had heard about manu traffic generator php scripts. How to make a php script to generate traffic or is there any free php script for generating traffic. Thankyou

0
49
Member Avatar for welbyobeng

I NEED HELP PLEASE PLEASE PLEASE THE PROBLEM IS [B]Warning[/B]: mysql_num_rows(): supplied argument is not a valid MySQL result resource in [B]/mounted-storage/home23a/sub003/sc21979-KVVZ/www/ghhookup/functions.php[/B] on line [B]28[/B] [PHP]<? $conn_id; $sql_res; $sql_res2; $sql_query; $HTTP_REFERER=$_SERVER["HTTP_REFERER"]; $REQUEST_METHOD=$_SERVER["REQUEST_METHOD"]; function sql_connect(){ global $conn_id,$sql_host,$sql_user,$sql_pass,$sql_db; $conn_id=mysql_connect($sql_host,$sql_user,$sql_pass); mysql_select_db($sql_db); } function sql_execute($sql_query,$wtr){ global $conn_id; $sql_res=mysql_query($sql_query,$conn_id); if($wtr=='get'){ if(mysql_num_rows($sql_res)){ return mysql_fetch_object($sql_res); } else …

Member Avatar for DGStudios
1
244
Member Avatar for praseena

body> <form name="wfwd"> <select name="wcode" onChange="disp(document.wfwd)"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> </select> <?php [B]$id=$_get['id'];[/B] [B]echo $id;[/B] ?> </form> </body> <script> function disp(Object) { var index=Object.wcode.selectedIndex; var value=Object.wcode.options[index].value; var item=Object.wcode.options[index].text; [B]document.wfwd.action='worksfwdtogovt.php?id=item';[/B] [B]document.wfwd.submit();[/B] }//disp can i return the value of item into the form using this javascript. i want to echo …

Member Avatar for Puckdropper
0
76
Member Avatar for vexhawk

I'm having a problem outputing from a database I'm trying to get a text field from the MySQL data base My input was "Come join us for John's birthday" But the actual out put was "Come join us for John's birthday" How do I fix this? When i do " …

Member Avatar for Puckdropper
0
107
Member Avatar for Ries

Ive got the code: [php]mysql_query("UPDATE members SET gold=gold+$sellprice WHERE email='$player[email]' ")or die(mysql_error());[/php] To add gold to a users account in the database but this doesn't work every time I run the script instead of adding on the new value to the old one it just sets the gold to zero, …

Member Avatar for Puckdropper
0
59
Member Avatar for killsom3thing

Hey, Im trying to set up a forum using phpBB2 on a free web hosting server. The problem is, when anyone attempts to register with the forum, an error occurs refering to emailer.php. I've researched the problem online and found little helpful results. I emailed the web provider I am …

Member Avatar for Puckdropper
0
69
Member Avatar for EnderX

For a program I'm working on, I need to do the following: 1. Starting with a single set of fields in a form, I need to be able to dublicate them (multiple identical form entries) without necessarily knowing how many there will be. I managed to do this, by incrementing …

Member Avatar for sn4rf3r
0
76
Member Avatar for Ries

Im having a problem that my while loop is not finishing even when the conditions have been meet. [php]$turn = "0"; while ($player['health_n'] > "0" OR $opponent['health_n'] > "0" AND $turn < "25"){ $turn = $turn+1; $hitfor = $youatk / $oppdef; if ($hitfor <= "0"){ echo "$turn. $opponent[name] blocked.<br />"; …

Member Avatar for Ries
0
91
Member Avatar for praseena

How can i get a selected value from combo box ? i used combo.selectedItem.But it is not working.will u pls give me a solution for this

Member Avatar for sn4rf3r
0
112
Member Avatar for pleal

I have googled for anyoneexperiencing the same error. Apache2.2 works fine as stand alone. Now, when installing php5.x and after making the changes in the httpd.conf file for Apache, Apache doesn't read the php file. Changes in httpd.conf file were : # For PHP 5 - Added on Oct. 13 …

0
91
Member Avatar for mahe4us

Hi to everyone, I have been trying to activate "remember me" option in login page of my site. But I have some errors while executing this option. Can anyone help me to solve the problem or any correct URL for activating cookies. Thanks to all.. Bye..

Member Avatar for mahe4us
0
139
Member Avatar for new_girl

Hi Php gang! Got an amature question and hope one of you can kindly help me: (My tech guy is very sick and I need to have this up and running) I have a php site and the address ends with something along the lines of : mysite/directory.php?cat=123 We have …

Member Avatar for new_girl
0
129
Member Avatar for DavidB

Hi, folks. I input an RSS news feed on to my site and I use a PHP routine to parse the input. I barely know PHP; basically, I learned just enough to get the feed working. I would now like to make a small edit to the code and am …

Member Avatar for sn4rf3r
0
141
Member Avatar for rinoa04

Hello... I have one curiosity that I need to solve. I hope anyone who know the problem tell me reason why is this so. I have done a php/mysql application some time ago and I encounter this problem while testing on using coding with register_global on and register_global off. I …

Member Avatar for rinoa04
0
160
Member Avatar for vexhawk

[B]First Issue: Problem[/B] So on a forum, i've condensed the date of a certain event to $date = $month . " " . $day . ", " . $year; So instead of storing the Month Day and Year in seperate rows on mysql, i store all three under 1. But …

Member Avatar for rinoa04
0
118
Member Avatar for paglaagra

Hi all, I m nu to the world of php and i m facing some problems in programming it's pages. I have made a complete page but it is showing on execution"Query could not run"????????????????now what's this? In 1 more page i ve written this commands.... <? $q= "select count(ProductID) …

Member Avatar for paglaagra
0
80
Member Avatar for dss

Hi, I am just using a upload script and need to specify that only audio files are uploaded no video or images or any other file. Only audio files must be loaded. Can any body provide me the solution for that. Thankyou SCRIPT using <? // you can change this …

Member Avatar for MCP
0
74
Member Avatar for AlPhA

What do you guys think are the real future uses for these two technologies, asp and php?

Member Avatar for Xia-Omega
0
411
Member Avatar for dmouse

I need to create bots that searches a clients PC for a security certificate and also for encrypted login details which are then decrypted and resent to the host server for validation. Somebody help me please!

Member Avatar for DMR
0
98
Member Avatar for uzla

heh, while surfing the Net yesterday I found brilliant site about making shell scripts with PHP. This might be intersting for those who have to do some system maintenace (like me), but do not bothered learning perl or bash.... so, have a look at [URL="http://www.php-cli.com/"]http://www.php-cli.com[/URL] :!:. There is everything there.

0
93

The End.