Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Top PHP and Databases Solutions: 26 - 50 of 782
 
I have a form that displays the data that is currently in the database. I want to change some of the form fields to List/Menus, but am having trouble. Can someone help. In this example, I want...
Hello. I have a form which shows records in a table matching a foreign key. I would like the user to be able to update descriptions of each record and submit in one update rather updating e...
Linux server, running apache and PHP. Have a directory on the server called START.  START has lots (thousands) of PDF files copied into it daily. Have PHP script that is working that cop...
I am trying to just get a simple PHP GD code snippet to work but it does not generate an image, only a text of the URL of the page. The code is located at: http://www.erightsipo.com/certcr...
Hi everyone, I want to post an image to php and save it as a blob in a mysql table. This is what I have so far, but all I am getting is broken image links. I am testing with a png file, ...
Hello Guy,        I´m trying to use a text form field with autocomplete function (the data comes from mysql database). I tried to use the dmsautocomplete script but I cant get this script ...
I have a set of 3 radio buttons with this coding.  I need the first one (RESI) to be checked by default.  Please advise how to do this, I keep screwing up the syntax.       <input type="rad...
I have a working Load Data Infile script.  But whenever it adds hte records to the table, it uses the first value in the csv file as the value for the id column.  The table is setup with the i...
i'm putting together a document for how to backup and restore our website if it goes down, from what i've been told the main issue will be knowing at what point in time the hack took place as ...
Hello, We have a server and its French, but the French symbols are not being printed correctly in the website, for example they words are printed like: NUM?ROS  but in the database (The da...
Hi, I am quite new to PHP and MySQL so I am a little stuck and I hope you can help. I have created a database containing 1 table for bathroom products that we sell, the db is called bath...
I've searched and cannot seem to find a professional/elegant solution to combine many add, edit, view, delete PHP pages into fewer pages. I'm very new to PHP and MySQL and have a system wor...
Hi all, I'm a bit new to this but I wish to install the pdo_mysql module on my shared server environment I have access to the /php/ext folder and also php.ini The server details are a...
I am having trouble with how the excel file looks once it gets exported. The exported excel file displays all the content in a single cell. In other words, all of the columns and rows in the M...
Looking for a PHP function that will encode the special characters in a string into those necessary for a GET type post. ie: "Bob Smith" -> "Bob%20Smith" Looked through the PHP on-line m...
I'm using a guestbook thats built in php which i've got free off the net. It all seems to work fine except when using apostrophe's it seems to add a '/' in front. If you write something here ...
I have an HTML form with input boxes in an HTML table: The above "value" assignments work, as I'm pulling the code from a PHP query, and all that stuff works.  What I need to do is allow th...
See my query below. I have a table called cbacks, which has a column named reason_code.  In this column there are lots of entries such as "Code 30" "Code 27", etc. I am trying to build a...
I'm new to Ubuntu (and Linux in general), and am having trouble with installing PDO.  Here's the deal... I'm trying to set up a server (Hardy Heron) with SSH, Apache2, PHP 5.2.x, Ruby, ProF...
I have a mysql table for my statistics with these data records DATE                   LOADS      UNIQ 2008-09-09           56              25 2008-09-10           38              30 2008-0...
I am trying to display the image which is stored in MySQL in a Longblob field in a HTML table but keep getting the binary data appear in my browser. How do I display the image?
I'm developing a site where users log in and record the number of hours they worked  on a particular date with a particular client during the current payment period (payment periods are 2 week...
I want to be able to take a textbox and prefill it with the variable from mysql query. I want to use the variable from this section; and prefill a textbox $ifs = mysql_query("SELECT final_...
i insatall Xampp on my ubuntu8.04. now i want to know how to install ffmpeg,ffmpeg-php etc. on my machine.
Hi, I'm looking to create a zip file on the fly and download it immediately using PHP. The purpose is to allow users to select a number of files on our server and download them in a tidy zi...