39,402 Topics

Member Avatar for
Member Avatar for bbb777b7

I just started to have experience of making web sites. I know html and flash and things like that. I had some experience with javascript. What is the use of php? also, what is the use of css and javascript? which one should i learn first? which is the most …

Member Avatar for bbb777b7
0
196
Member Avatar for php4ever

I've never had a reason to use Javascript in a php file before and I'm having trouble getting it to parse. What could be wrong with this. [PHP]$display .= '<td width="105" align=right class=box><input name="p1B1" id="p1B1" type="text" value="'.$price.'" onblur="this.value=eedisplayFloatNDTh(eeparseFloatTh(this.value),2); recalc_onclick('p1B1')" tabindex="1" size="14" class=ee101 >'; //..... and the code below [/PHP] I'm …

Member Avatar for bwest
0
134
Member Avatar for dendarii

I installed PHP5.0.5. No problem. I want to install Sugar CRM. Needs PHP5.0.4. Downloaded PHP5.0.4, changed PATH, changed PHPRC environment variable, rebooted. Every time I run sysinfo(), it says I am still running PHP 5.0.5. I am using IIS5.1 on WinXP Pro. How do I get it to recognise that …

0
78
Member Avatar for Rumrunner

Hi, Can I get some help installing PHP on my machine? A while back, I had it working. I was using Microsoft IIS as a server, and I was testing my PHP files by putting them in the wwwroot directory. Something has happened since then because I cannot run php …

Member Avatar for Rumrunner
0
125
Member Avatar for seh1

Hi, I hope this is a PHP issue as I miss posted earlier (sorry). I have created a page for uploading files onto my computer from the internet using PHP. My page creates a folder to hold the uploaded files in which can be deleted. BUT once the uploaded file …

Member Avatar for Troy
0
103
Member Avatar for seh1

Hi, I have an exam page for printing exams that is print friendly. However some info I dont want appears on the printed page: (1) the pages url and (2) the date still appears at the end of the page when I print it. Also (3) a page count appears …

Member Avatar for seh1
0
82
Member Avatar for anthmaina

Some of my coursemates for weeks have been unable to install apache,php and mysql manually so they ave resulted to use installers like Winlap,phpdev etc.We had an argument abt which way is da best :to use installers or install manually?is they any advantages or disadvantages of using an installer?

Member Avatar for Troy
0
71
Member Avatar for 3265002918

[COLOR=DarkOrange]does anyone know how i could securly post my website on my own computer and see it from the net? thx[/COLOR]

Member Avatar for Troy
0
109
Member Avatar for sam1

hi everyone, say i have a php code that works fine. How would i test it? can i use tomcat server to run the code or there is another way? ps im new to php :p thank you

Member Avatar for bbb777b7
0
113
Member Avatar for []{evin

Hey.. I've been trying for quite some time now to figure out how to display statistics from my phpbb forum on my main page which is just plain html. Now I've got so far that I have an iframe which will display a PHP file called member_stat.php ... The problem …

Member Avatar for []{evin
0
182
Member Avatar for puddin

Hi, I am with a web host using mysql 4.0 and phpmyadmin 2.5.5 p\1 I am trying to get my html user form on my website to insert into mysql database. I keep getting: Error! Could not select the database: Access denied for user: 'match.match.com@10.80.0.%' to database 'mydb' Can you …

Member Avatar for puddin
0
127
Member Avatar for paradox814

so I am trying to write a regular expression lets just take this case for an example: [code]^[0-9a-z]{5,9}$[/code] OR an empty string, how would I add that part? I tried stuff like:[code]^([0-9a-z]{5,9}|[]{0})$[/code]but to no avail, any ideas?

Member Avatar for Troy
0
137
Member Avatar for michael123

If the items in <select> drop down menu are populated from mysql DB, like: [code] <? echo "<select name=ptype>"; echo "<option value=\"\">------Select------</option>"; for ($i = 0; $i < mssql_num_rows( $result0 ); ++$i) { $line = mssql_fetch_row($result0); echo "<option value=$line[0]>$line[1]</option>"; } echo "</select>"; ?> [/code] Now I want to submit this …

Member Avatar for DanceInstructor
0
4K
Member Avatar for brokehorsesdotc

Need help please. The site I am helping with is an equine php classifieds website where people place Ads and upload photos of their horses for sale. I have an issue where sometimes people go to place an Ad and can not see the Place Ad links on the page …

Member Avatar for fisheye
0
387
Member Avatar for Lizard

Hello. I have the following errors: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/winnie/public_html/pqQuiz/lib/templates.php on line 13 Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/winnie/public_html/pqQuiz/lib/templates.php on line 13 Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in …

Member Avatar for Troy
0
126
Member Avatar for ridhimasatam

Hi, Please guide me on brief details of HTML,PHP,CGI(Common Gateway Interface) and the difference between them.

Member Avatar for Troy
0
208
Member Avatar for StandardsDT

hello im having twoo issues as stated in the topic name. one of them being the page not being able to load in Opera and the second one being a warning that pops up on the page if you are using IE because my website is Standards Compliant and is …

Member Avatar for Lafinboy
0
152
Member Avatar for seh1

Hi, I have text files/notes/pdfs etc in a folder that I want the names of to appear on one of my php pages and then I want the doc/pdf to appear in a seperate browser window (or the same window) when the user clicks on the name. Is this possible …

Member Avatar for seh1
0
166
Member Avatar for yiannos

[size=3][font=Times New Roman]Help!!![/font][/size] [font=Times New Roman][size=3] [/size][/font] [size=3][font=Times New Roman]I have written the following php for a feedback form. the problem i am facing is the following:[/font][/size] [size=3][font=Times New Roman]When the [/font][/size] [size=3][font=Times New Roman]$mailto = 'yiannos@mydomain.com' ; [/font][/size] [size=3][font=Times New Roman]is written the script works perfect and the email …

Member Avatar for AsXeToUaZ
0
141
Member Avatar for ridhimasatam
Member Avatar for Troy
0
191
Member Avatar for ridhimasatam

HI, i want to know what is server scripting ,and how does php relates to server scripting.

Member Avatar for Troy
0
288
Member Avatar for puddin

Hi I am so Desperate! I use a server internic.ca which host my website and offers me MySQL with phpMyAdmin 2.5.5-p\1 I seem to be able to make the table fine beyond that I cannot understand… How do I use this phpMyAdmin 2.5.5-p\1 I am trying to setup a Membership …

Member Avatar for chrisranjana
0
142
Member Avatar for laxy_m

Hello!! Please guide me. How do I install Apache, MySQL, PHP on Linux? Thanks Laxy [URL=http://www.funspot.com]www.funspot.com[/URL]

Member Avatar for ashwinperti
0
179
Member Avatar for acl

I am the webmaster for a site hosted by ipowerweb.com. Among the applications they offer is a survey tool, but it must in a file with .php extension. I have no idea what that means. The site's tech support said I would have to use an external html editor such …

Member Avatar for StandardsDT
0
178
Member Avatar for cjblue

I'm running a query through XML from the local database which uses PHPMyAdmin to a remote one which uses MSSQL. Unfortunately I have no way of checking syntax against MSSQL so all I know is that this works in PHPMyAdmin. So the query gets as far as running, but is …

Member Avatar for Troy
0
252
Member Avatar for Ababo

Hi everyone. I've only really just started using php and I've been trying to use it in conjunction with mysql. I keep getting an error though when trying to access the result set returned by performing a query on the database. I've performed queries on the database outwith php, and …

Member Avatar for Troy
0
127
Member Avatar for ammcom

hi I have this problem using "system" function : I am using "system" function to run a program form php script , this program is supposed to run another program , but that doesn't happen at all , the program is functioning when it's run form outside php but it's …

Member Avatar for Troy
0
131
Member Avatar for rakoon13

Hello. I need some help with a site. There are some minor PHP/MySQL issues to fix.. a good php guy wll have no problem with that... I think it will take about one or two days of work. Please PM me if interested. Thanks.

0
105
Member Avatar for puddin

Hi I am so Desperate! I am using a server internic.ca to host my website my package includes MySQL with phpMyAdmin 2.5.5-p\1 I seem to be able to make the table fine beyond that I cannot understand… How do I use this phpMyAdmin 2.5.5-p\1 I am trying to setup a …

Member Avatar for Troy
0
93
Member Avatar for Geoffers

Hi: I run or help run a few web-sites dedicated to musicians John Barry, Matt Monro, Adam Faith & Ron Grainer. Naturally, like everybody else, I want them to appear near the top in searches. This is not a problem as far as MSN goes, as all four appear in …

Member Avatar for Dani
0
329
Member Avatar for soulman

on the index.php page under create new database listed is no Priviligies. How can i correct this. it seem to be working fine but then i think i played around with priviligies to get mamboserver working. after that all my databases were gone and i can't seem to add new …

Member Avatar for puddin
0
595
Member Avatar for 3265002918

I am learning the PHP language but I can't figure out how to see what i am doing. I need a program to see the result of my coding. Can someone help? thanx

Member Avatar for Troy
0
243
Member Avatar for varuna1

Hi Everyone, I am having two sites. I am presently using a registration form at my new site to register a user at my second site(old one). For this i am passing all the required form values to old site at the submit of form via post method (like username,password …

Member Avatar for varuna1
0
234
Member Avatar for paradox814

so I have somewhere between 15-300 images in a folder and I want to know which would faster: loading all the image (file) names into an array and then randomly picking 3 distinct files using $file = opendir($folder_name) -- OR -- loading all the image file names into the mysql …

Member Avatar for Troy
0
109
Member Avatar for dsureesh

hi all, iam sureesh, iam doing a online project in php, i want know how we can use sessions in php....... how to make session end when the user click the logout button

Member Avatar for Troy
0
118
Member Avatar for bwest

Ok, I am putting my users text onto the screen. I need it to represent what they typed so I use the <pre></pre> tags to preserve the hard returns and other white space. The problem comes when they type a long paragraph (such as the one Im typing now) and …

Member Avatar for Troy
0
118
Member Avatar for Dactyl

Hello everyone I am learning how to parse XML files with PHP. And I cant figure out how to do something. Any help is greatly appreciated :) Here is a sample XML file that I am trying to parse: [quote] <?xml version="1.0"?> <emailsList> <email no="1"> <from> [email]whatever@yahoo.com[/email] </from> <to> [email]yyy@yahoo.com[/email] …

Member Avatar for Troy
0
196
Member Avatar for php4ever

Here is a question I've yet to find an answer to. I have some javascript I'd like to be dynamically inserted into a page when its called. The set up is this. I have an <iframe> in my site and the pages that get linked to externally to go into …

Member Avatar for Troy
0
191
Member Avatar for hinde

My background is primarily C++, but I am working on an independent study project to get some experience in web design. Anyway, my project involves my own little area in the Database, but for some reason my employer doesn't want me using stored procedures. I am going to write a …

Member Avatar for hinde
0
109
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
409
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
120
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
111
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
676
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
134
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
82
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
89
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
90
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
257

The End.