39,393 Topics

Member Avatar for
Member Avatar for Khishin

Two questions here, the first is whether the following error refers to the command exceeding 60 seconds or the whole page taking over 60 seconds to execute. "Fatal error: Maximum execution time of 60 seconds exceeded in /***/panel.php on line 35" The code is as follows. [PHP] <html> <head>Text</head> <body> …

Member Avatar for pc2forum
0
408
Member Avatar for mlong2001

Im getting this error... Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /hsphere/local/home/mlongcos/cosdonline.org/conferences/register_05.php on line 155 Cant figure out why this isnt working... somebody please help! The file is attached

Member Avatar for paradox814
0
119
Member Avatar for GAZZAD123

I Saved A Attatced Flie And I Dont Know How To Run It Can Anyone Help Me Please I Am A Begginer I Was Told I Need To Run This Programe For It To Work When I Go On The File Its A Load Of Writing I Dont Understand How …

Member Avatar for Lafinboy
0
110
Member Avatar for php4ever

Has anyone see an error like "Undefined Offset" before. Every where I look I see that it referrs to an undefined var which doesnt seem right. [B]Undefined Offset on line 20[/B] Code is as follows: [PHP] <?php include('sql_connect.php'); $truncsql = "TRUNCATE TABLE allproperty"; mysql_query($truncsql) or die(mysql_error()); function parselistings($thefile, $thetable) { …

Member Avatar for sarahk
0
674
Member Avatar for Steel Rat

Hello All, I've been dabbling with PHP for a couple years now, nothing serious, but something has really been bugging me. I see -> and => being used all the time, almost as assignment operators but can't find squat about them in any operator list, either on php.net, or in …

Member Avatar for Steel Rat
0
133
Member Avatar for AshForums

Hiya =) I am on Win 98, and I have been having this problem for a while. although Opera displays some sites properly my IE just goes blank on websites with .php or .aspx It frustrates me and I have not find a solution to this yet, though I have …

Member Avatar for conspiringfate
0
81
Member Avatar for GTX

I'm just the master of disaster when it comes to PHP.... anyways, here's a new error: [code] <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML><HEAD> <TITLE>300 Multiple Choices</TITLE> </HEAD><BODY> <H1>Multiple Choices</H1> The document name you requested (<code>/Forum2/includes/tiny_mce/langs/.js</code>) could not be found on this server. However, we found documents with names similar …

Member Avatar for DanceInstructor
0
88
Member Avatar for KeithMcL

I figured it was time that a revised edition of this tutorial be written up. So, I asked Dani if it was ok and well..... here it is :D This revised edition includes how to make your forumhome, forumdisplay, showthread and who's online sections all show search engine friendly urls …

Member Avatar for alphinho
0
5K
Member Avatar for fogofogo

Hello folks. I have a question about using php to select a file according to date. I am working on a project that uses xml to display horoscopes on a website. The xml feeds are ftp'd onto our server and have a different file name depending on the date. Unfortunetly …

Member Avatar for fogofogo
0
89
Member Avatar for aparnesh

Does anyone know any good javascript forum (something like this forum) where I can search for answers to my problems and post any problems that I face ?

Member Avatar for aparnesh
0
153
Member Avatar for rcasinillo_s

Good day! Could you check this I got error messages: Warning: chmod() [function.chmod]: No such file or directory in /eort/www/httcs/nah/eng/testing/upload.php on line 21 Warning: move_uploaded_file([url]http://www.nwafh.med.sa/Uploads/DSC00197_mail.jpg[/url]) [function.move-uploaded-file]: failed to create stream: HTTP wrapper does not support writeable connections. in /eort/www/httcs/nah/eng/testing/upload.php on line 22 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/var/tmp/php.haqFa' to …

Member Avatar for paradox814
0
256
Member Avatar for rcasinillo_s
Member Avatar for rcasinillo_s
0
139
Member Avatar for michael123

I want to use PHP mail() function to send email to hundreds of users, in mail function I can set mail list like: $sendto="user1@abcd.com,user2@xyz.com,user3@yahoo.com,....."; But in this way when user receives this email, he can see all the email recipients at the top, I want to hide this info, is …

Member Avatar for Dani
0
222
Member Avatar for delite

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /data/9/0/24/113/676928/user/690291/htdocs/inc/_up_index1.php on line 40 This is the error i get every time when any of my php scripts try to read/write in my mysql data base. This is _up_index1.php [PHP] <? $test_act['new_tranzaction']="OK"; $test_act['tranzaction_details_started']="OK"; $test_act['tranzaction_details_pointing']="OK"; $test_act['accept_tranzaction']="OK"; $test_act['reject_tranzaction']="OK"; $test_act['tranzaction_details']="OK"; $test_act['payment']="OK"; …

Member Avatar for rcasinillo_s
0
179
Member Avatar for aparnesh

Is there any significant difference between Php 4 & Php 5 ? Like they are better in different scenarios or something ? I am planning to use Php for web development with mySQL on an Win XP m/c and Apache server. Is there any pros & cons for choosing one …

Member Avatar for Esopo
0
86
Member Avatar for tristan17

hi, I have written this small code section [PHP]<?php // database connection $host = "localhost"; $user = " "; $pass = " "; $db = " "; $table= "test"; $conn = mysql_connect($host, $user, $pass) OR DIE (mysql_error()); @mysql_select_db ($db, $conn) OR DIE (mysql_error()); $sql="SELECT * FROM $table WHERE image_id=100100"; $result=mysql_query($sql) …

Member Avatar for sarahk
0
198
Member Avatar for johnchristopher

Hi, I have used php_write function in PHP4 and it works fine, I have updated my codes to PHP5, I have changed some codes for this and when I use this function php_write php5. Please if anybody knows why it happend help to me. Thank you

0
101
Member Avatar for namit

I have a list of files that are pictures but i want to have <- previous next -> under each picture that goes to the next picture. Was thinking maby should create an array of all the images and then echo out the array

Member Avatar for laurente
0
112
Member Avatar for himerus

The following script will take your variable [b]$comments[/b] and filter out any bad words. [b]eregi_replace[/b] is case-insensitive, so it will take out the word, no matter the way it is input. [php] $bad_words = explode('|', 'badword1|badword2|badword3|etc|etc'); foreach ($bad_words as $naughty) { $comments = eregi_replace($naughty, "#!@%*#", $comments); } [/php] This will …

Member Avatar for extermin8tor
0
767
Member Avatar for nike123

Please please please i need a bit of help, with setting my php site layouts. I have decided to use tables instead of page frames for various reasons. I am now however having some problems with getting my page to display as I wish, so if anyone could please give …

Member Avatar for PoA
0
200
Member Avatar for tristan17

Hi, I need to implement my image retrieval project on a web-based. I would like to know if there are any good tutorials on creating image thumnails? thanks in advance, tristan

Member Avatar for Phaelax
0
108
Member Avatar for tristan17

Hi, When i try to run the php script [PHP]<? php $myFile = "testFile.txt"; $fh = fopen($myFile, 'r'); $theData = fgets($fh); fclose($fh); echo $theData; ?>[/PHP] I get the error : "Parse error: syntax error, unexpected T_VARIABLE in C:\xampp\xampp\htdocs\readfile.php on line 3" I can't figure out why, any help appreciated tris

Member Avatar for tristan17
0
112
Member Avatar for TAW1

Hello there, I am working with a company that I am paying to develop my website. I am not a webmaster or developer myself, ok? So I may not quite put things "right" in technical terms and for that, I apologize... My website is about 3/5's of the way completed. …

Member Avatar for Esopo
0
228
Member Avatar for ArthurNicholson

Hi there, I'm pretty new to php so please bare with me - :rolleyes: lol. I've created two tables in a MySQL db one called topics and one called courses. I have a couple of files which allow me to post data to the db (written in php) and now …

Member Avatar for olaf
0
119
Member Avatar for bearbrick

hye all, im here just want to ask for a very basic problem about checkbox. i do search but there is nothing related to my problem. my problem is : 1. i have a dynamic table with checkbox on each row of my table. 2. each row has different value …

Member Avatar for olaf
0
89
Member Avatar for martinkorner

How do I download and install Apache HTTP Server on my Windows XP computer )so I can test my PHP scripts without having to publish the script to the internet every time)? [B]Martin[/B]

Member Avatar for PoA
0
130
Member Avatar for realestninja

Hi I've been told by my bf that php and mysql are very very powerful tools in the computing world and that it can make all kinds of neat things like databases to small nifty programs. I'm a model, and I began to get addicting to computers after i was …

Member Avatar for BlazingWolf
0
211
Member Avatar for sjeeps

Howdy, I know this's not the first mod_rewrite thread, but I hope I can find the answer here :o I have a game script running on server and I need to change the dynamic url to SEF. placed this code: Options +FollowSymLinks RewriteEngine on RewriteRule game/(.*)/(.*)/$ /games/game.php?$1=$2 in the .htaccess …

Member Avatar for sjeeps
0
228
Member Avatar for uckc

Hello there, I am relatively new to PHP. I would like to know if there are any free forum scripts out there that would come with a blogger script as well, and once the forum is running, when you click on the author of a particular post, it sends you …

Member Avatar for uckc
0
93
Member Avatar for greghuston

Hi, I'll explain basically what I'm trying to do. A person goes to my site to download. Before they can download they have to agree to the TOS (according to my lawyer this is best). So on the page (let's call it agree.php) I need several things: 1. textarea with …

Member Avatar for greghuston
0
198

The End.