Hi. I'm moving one of my websites over to my new server from an old server.
I'm getting a lot of errors related to "undefined variables"
For example
if ( $something == 1 ) do this;
...
I have a static drop down in PHP page .
<option value='Dermatology'>Dermatology </option>
<option value='Vascular surgery'>Vascular surgery</optio
<option value='other'>Other</option>
I ...
I have a form and it has different sections. I have it setup like this
Section 1:
Your name
Your address
<<Submit button >>
Section 2:
Your Phone
Your Email
<< Submit Button >>...
Hi everyone.
I hope this is not a stupid question.
I have a lot of php pages that Id like to have displayed in web pages as source code only....so I dont want these pages to execute.
Ar...
I have a simple form that is taking order information - I need to validate a group of predefined codes - that will later apply a discount -
I tried adding something like this - that will al...
Hi,
I have a db containing documents, with title, author, content, link to the .doc version and .pdf version for download.
I have created a page where it lists the titles, the .doc, and .p...
How do you install a vwmare image for Windows XP on a Mac?
I am doing examples from O'Reiily' Learning PHP 5 book. chapter 5 Excercise one ...
I beelive I have copied the code exactly from the book but I am not getting the expected outcome ...
...
Hi, I have form a where the user enters name, email and zip. I have form b where I ask them to enter their address. I would like form b to display the already entered values in form a. I know ...
I have a basic PHP email form on my site right now... I am trying to figure out how to add a field that allows users to browse and upload files that then are uploaded into a specified folder o...
Good afternoon,
I am using the Flash FileReference class with PHP to upload a jpeg to a folder. When I upload the file, it places it in the directory of the Flash file, rather than the desire...
I am running ubuntu gutsy, Apache, fresh out of the box, running in vm on vista.
I need some help understanding why 2 compomnents of this php script arent working. Everything else works f...
I'm looking for somehting like $_SESSION, except the variables need to be peristed between all users.
I'm looking to store an array in this variable.
For example:
/page1.php loads $THISGLOB...
Trying to populate a Excel form (that has already been created and saved) with inforamtion from a php web form. When the line (right after the starting excel line) executes I receive "Fatal ...
I am having a problem with php not recognizing that I have freetds installed on my system. When I try to use the mssql_connect php function I get this error: "Fatal error: Call to undefined fu...
I've taken over an existing PHP site and I'm trying to find orphaned files. I used the Check Links Sitewide feature in Dreamweaver 8.02, but it doesn't seemd to recognize an href link in a ph...
Is there a way to make log4php write to two different files, and keep those separate from each other, based on the log level?
I managed to write INFO data to a file, and ERROR data to anot...
Dears
I have simple question and I'm looking for an answer for the past 4 hours
I have to times (Start and End Time) , I want to get the number of seconds between them (PHP Code)
for ...
i want to get realted photos from google to my website
for example a title like php will show photo from google that relate to php
and i want to get 3-6 photos only
I have created a way for someone to add a page to their website via a CMS, but for some reason when you submit the query, the numbers go in, but reverse in order. For example:
1
2
3
6
...
I am querying a mysql database using php. I have to get a date range for example all from the First day of last month (9/1/08) to the Last Day of last month (9/30/08). The problem is that the ...
I have a FORM for user SUBMIT (with PHP in server side)
When user submit complete, they can press F5 of web browser to SUBMIT again
I already put sleep(5) to delay 5 seconds, but it not se...
Hello,
I'm trying to build an array of images using PHP that i can pass to a Javascript image viewer http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23803532.h...
Hi!
I have uploaded a webpage I'm working on. Everything seems to work fine, with no errors. Something is wrong with the logic though. I need one variable($db) to be larger than the other(...
I have a form that is almost completely done.
The Mail and everything works, along with the first 4 products, but when any products below the first row are selected it doesn't pass them throu...