473,788 Members | 2,733 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PHP Forum

PHP web programming language - Ask questions about php scripting, databases, mysql, templates, PEAR, php functions, PHP-GTK, setup and installation, object oriented programming, classes, files, security, sessions, arrays and more.
3
1,637
thread by: Daniel Rindt | last post Oct 24 '07 by: Daniel Rindt
Hello List, i hope to find an answer here, my problem is that my Webserver sporadic offers php scripts for download. I search with google and find some issues belonging to php version 4.x and not to my version. Im using php-5.1.6-1.1 (mod_php) with httpd-2.0.54-10.4 and can not find informations belonging to my versions. so i hope someone...
1
1,345
thread by: Gotch | last post Oct 24 '07 by: AnrDaemon
Hi all, I've an annoying problem with my php install, I hope you'll be able to help me. I'm developing some scripts for a site, so I've a XAMPP install on my windows box, where I develop using php, mysql and apache. Then our hosting provider has linux boxes with its own installation. Luckily, both XAMPP and hosting prov. are using php...
2
1,301
thread by: Lamer | last post Oct 24 '07 by: AnrDaemon
is there a way that I can make my own file extension and have it load as php? from this: example.com/something.php to this: example.com/something.extension
3
2,591
thread by: dsudhakara | last post Oct 24 '07 by: pbmods
How to open command window open using php coding
2
2,377
vijcbe
thread by: vijcbe | last post Oct 24 '07 by: vijcbe
Hello friends!! I am having an issue. I tried to remove the data cached in a page using the below header() functions. Code: header("Cache-control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0"); Header("Pragma", "No-cache"); if ($_SESSION != "1") /* where the value for base assigned in previous page.*/
2
1,013
thread by: badvoc | last post Oct 24 '07 by: badvoc
Hello to all. I have an issue with firefox browser and would like to stop visitors using it until I have my problem fixed. Is there such php code to do this. I don't want to stop it perminatly just until my code is right. Unless someone knows why I have this problem... My site involves placing an order and when an order is placed...
2
2,126
thread by: GarryJones | last post Oct 24 '07 by: GarryJones
I have a list of names from some are selected to be displayed on a form. In this form I create an array of all the displayed values. The user can select one of them. Note that only some of the possible names are displayed on the form. I then want to check that the name the user selects is in the array. I want to refer to the array on...
1
1,281
gregerly
thread by: gregerly | last post Oct 24 '07 by: Atli
Hello All, I'm not even sure this is possible, as I've never attempted this before. Is it possible to have an email that is sent from any email address (lets use Gmail for instance) to a specific email address, trigger a script that will take that email and send it to everyone on a specific mailing list? So I send an email from my personal...
4
1,255
thread by: Lamer | last post Oct 24 '07 by: Sander Tekelenburg
Is there a way to have .php extensions show as .html extensions on the internet. Some sort of rewrite?
1
1,154
thread by: capturedspirit | last post Oct 24 '07 by: Jerry Stuckle
I am new to PHP and only know the very basics of website design etc. I would like to put a form on a website, were people can fill in their details if they want someone to get in contact with them etc - but to have those details sent to an e-mail address. I've tried a few free ones, but this is for a business so im not sure if i should...
3
1,215
thread by: aym | last post Oct 24 '07 by: Atli
Hi, I am new member, and this my first post. Hope not to upset nyone of you. my problem is that I am used to program with php standards(functions, array,..etc), and suddenly I have been shocked with the OOP style and noticed that most professional programers use it to build their web applications. So can you give an advice?? or a resource...
7
2,284
thread by: anon538 | last post Oct 24 '07 by: pbmods
I recently purchased a hosting account on a godaddy server. I haven't made any changes. I need to find the php.ini file. I am running on a windows platform. Thanks in advance.
2
1,108
thread by: smartic | last post Oct 23 '07 by: Atli
I see many sites linking the action attribute of the form to dir not to a file ex: 'include/send/data' not 'include/send/data/data.php' how can i do that with php?
6
2,054
thread by: recordlovelife | last post Oct 23 '07 by: recordlovelife
I have a photo uploader for a client. It's a simple input file button. But they wanted to be able to add more than one picture. So, when the client clicks the "add another picture?" button, I used javascript to clone the initial input button, and then used a counter to increase a digit in the name. I.E: First input buttons name ...
5
3,244
thread by: Kevin Audleman | last post Oct 23 '07 by: Shelly
I understand how to use the header command to redirect a page before any HTML has been loaded.However, I need to redirect after some HTML has already been loaded. is there a command that will allow me to do this? Thanks, Kevin
1
1,211
thread by: ruzlymoh | last post Oct 23 '07 by: ak1dnar
Dear Friends Please help me to correct the following error on PHP Thanks. Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, server_admin@httpd.conf and inform them of the time the error occurred, and anything you might...
13
2,303
thread by: Richard Brooks | last post Oct 23 '07 by: Jerry Stuckle
Does anyone here open a second MySQL database and use that as a straight IDX type file that points to the record number in the main database, for speed's sake? Some time ago I'd set up a standard php login routine and hit a brick wall as then found out that my host didn't allow external login's (at that time) with MySQL (true!) so I got...
0
914
thread by: schoenfeld.one | last post Oct 23 '07 by: schoenfeld.one
Most people don't know that there were actually 3 buildings which came crashing down on the day of 9/11. The third building, WTC 7, can be seen here http://video.google.com/videoplay?docid=-7750532340306101329 There is no mention of this building in 911 Omission Report. Can fire make a building come crashing down at free fall speed?
3
1,186
thread by: jools | last post Oct 23 '07 by: jools
Can anyone suggest a good and very simple to install and use set of PHP APACHE and MYSQL packages that will work on any windows platform (98 onwards) Ideally something with an installer that installs all 3 for a total newbie to get them all up and running with as little hassle as possible? They dont have to be the latest versions of...
1
2,338
AMT India
thread by: AMT India | last post Oct 23 '07 by: pbmods
I have an object array. I want to sort this array on the basis of a date field, which is a property of every objects in the array. Is there is any method for that? I am using PHP 4
1
1,183
thread by: webandwe | last post Oct 23 '07 by: pbmods
Hi my ouput code echo(" <table width=\"300\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"> <tr> <td width=\"300\"><dt>$row<a href=/mouth/$row_.html target=pix>$row</a>, $row<a href=/mouth/$row_.html target=pix>$row</a></dt></td> </tr>
1
1,135
thread by: maheswaran | last post Oct 23 '07 by: pbmods
hi, am convert a html coding to word file and that html file have some images.when i click download link it's .doc downloaded.but that images not appear in that .doc file.i think that images not integrated with .doc. here that example code $content="<html><head><title>stuff</title></head><body><b>Hello <img src="hello.gif"></b>...
7
3,152
thread by: boss1 | last post Oct 23 '07 by: pbmods
i have a text file like below: named "rez.text" and i wnt to transfer each column into oracle database which have the same column name as views here.Every time it will goto database atomatecally after a certaintime like :5 hours. Date Time Ext CO Dial Number Ring Duration Acc code CD ...
1
1,508
vskarthik
thread by: vskarthik | last post Oct 23 '07 by: pbmods
can any one help me how to get same quality , convert from media file to .flv , i got a flv file quality -- poor.
1
1,774
thread by: santrooper | last post Oct 23 '07 by: pbmods
Hello all, I am trying to unpack big wav file (more than 10 mb), because i want to generate Visualization of an wav file, for smaller files (less than 2 mb) it works fine, but for bigger files it gives Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 35 bytes) in /var/www/phptest/mp3processor/thescript.php on line...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.