Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top PHP and Databases Solutions: 1 - 25 of 645
 
I run a PHP/MySQL intranet in a school environment.  I wish to be able to allow teachers to change pupil passwords through an intranet page.  The teachers are standard users, so I need to auth...
I am using the following PHP code to select data from a table called resi.  Is it possible to also edito this code to search resi and another table called commercial?  If so, can someone updat...
I'm using Dreamweaver, PHP & MySQL in a website for my company.  I have created an In/Out board for the company but now want to have it where you can click on a radio button and have it update...
I need to insert dynamically populated checkbox values into multiple fields of a mysql database using php. I think I need a "for each" statement, but can't seem to get it right. Here's the p...
Before I installed this on my XP machine I successfully installed it on a Vista. I was surprised at this problem and have spent many hours on it. Xampp on the main install  page ...GULP... ...
What is the best way to avoid user to click the "Back" button and get "Webpage has expired" message because if they hit refresh on that page they resubmit the information to the database there...
I have a series of 16 images. The image locations and associated text elements are stored in a MySQL database. They normally display like this: http://costello-media.com/stx/gallery.php wit...
PHP MYSQL Hello, In a MySQL table field, I have ; (semi-colon) in it. When I retrieve the data in a PHP script, I get premature termination of the script because of the ; (semi-colon) ...
Hi I have a form which retrieves data from a database with checkboxes (see the code below). I have a little image in the beginning of the form as my submit button. I will when user tick some ...
Hello, I am trying to insert the value of a radio button into mysql database.  I thought it would be rather easy but I am running into an error.  I have attached snippets of the code from m...
Dear all, here is my script, 1st Question : CREATE DEFINER = 'root'@'localhost' PROCEDURE `HelloWorld`(out p_text VARCHAR(30))    BEGIN     set @p_text = 'Hello'; END; //at PHP ...
I have 2 tables: Car and Car_Make In Car I have 2 fields, car_make and car_model, both are int. Example: Car_Make, Car_Model 1,20 In Car_Make I have 2 fields, make_id and make_name ...
I have a select list where the user can select multiple values. When i try to retrieve the data on the next page, only one value passes. How can I store all of the selected values in one va...
I have a directory named temp that contains pdf files as they are created.  Each file has a unique 3 digit number followed by an underscore and 4 letters. I am trying to create a PHP script...
I have SQL Server table with a field date/time. I am trying to get rid of time as I don't need that at all. What 'd be the best way to get rid of time from already existing time? OR, is th...
Hi All, I've looked all over for an answer to this, so if there is in one in this forum I apologize for the redundancy. This is probably not the best way to do this, but, in any case, I a...
Hello guys i cannot find answer at the simple question how to compare variable to array. for example i have some data from database "one", "two", "three", "four", "five". and i need to d...
PHP MYSQL Hello, How do I insert value into a column based on value from another table? For example, I want to insert the Category Name into all rows in TABLE 1, by checking their C...
.htaccess PHP Hello. I have to say that I am a total idiot when it comes to session variable (i.e. zero knowledge) so please assume I know absolutely nothing. This is what I want to d...
PHP Hello, I have string that looks like "dd/mm/yyyy blah blah". I wish to change "dd/mm/yyyy"  to "yyyy-mm-dd", so that it looks like "yyyy-mm-dd blah blah". How do I do this in PH...
Hello I wish to Create DataDriven Photo Gallery using PHP Mysql and Dreamweaver Server Behaviors. Below is an example of the end result I am looking for.  I have a website with a thumbnai...
I have a php script / db that inserts/stores images. So my index page references a php script and I want to return the image how can I do this? All the examples on the net have me using "he...
I am trying to install a fireboard forum latest posts module in joomla 1.5 but keep receiving the following errors on the site: Notice: Undefined variable: tooltip_format in /home/myotctra/...
PHP MySQL Hello, How do I code in a PHP script to look for part of a string retrieved from MySQL database? For example... MySQL database field contents: (call this $url) xxxxx...