ldbkutty:
In Refence to ticket # 21327293...
I have tried your exact script and many other scripts... my problem is that they only display on the screen and doesn't give an option for ope...
I have a php mysql query and on the results, I end up with an array which I explode into a drop-down list. The list is of ID numbers. The ID numbers relate to another table. What I need to d...
I am customising the EventList component in Joomla 1.5 and have an issue where I am trying to return the count of number registered users for each event into the view table of events at the fr...
Hi!
I have an html form (action - post) that is being processed by php to update an existing database entry.
It all works perfectly fine, until I try to use the "include" function, to dis...
I manage a RedHat server with Apache 2 and PHP 5.1.6. A developer has asked that I change the iconv implementation from glibc to libiconv. She provided a screenshot of phpinfo() that showed he...
Hello all, I'm having trouble displaying currency symbols in my MySQL querys when I display them in a table.
I've tried varying combinations of Type and Collation but to no avail.
Is the...
Hello,
I cannot add it to my SQL query (as far as i know), I know this will be the first suggestion
I have a search which does a radius search for a postal code (Zip code). the code work...
Hi,
I'm trying to run a PHP web application with MySQL on IIS. It's an existing application (running at the moment on a Linux server) written for PHP4 and it uses MySQL 4. So I've downloade...
Hi
I'm trying to run a while loop through a mysql result set inside of a foreach loop without having to query the DB each time I step to the next element in the foreach.
I'm trying somet...
How do i write the end of this query.
if $cid_query is null/empty search records COMPANIES.COMPANY_ID BETWEEN 7000 and 7228
if $cid_query has numeric value search single record COMPANIES.C...
I'm developing a php-website with clean URL's and unlimited subcategories from a mysql database
The variables are pulled from the clean URL like this:
http://www.bbt4vw.com/en/info/
http://...
Dear EE Experts,
Complete noob at php. Tried many combinations of ideas now but can't seem to pull off a field, after user has logged in, onto another page. Put simply, user logs in and I w...
artid and catid are tow respective primary keys of tables articles and category, I want to link articles with categories.. I forom a new table art_cat_link which has two fields artid and cati...
Well after hours of searching trying to find the answer, I have decided that I should put the question out to the forum.
I have a navigation bar on my site. There is login/logout options w...
Hi,
I am having some troubles making PHP parse my HTML. What I have is this so far. In my .htaccess file I have this code:
RemoveHandler .html .htm
AddType application/x-httpd-php ....
Hi,
I am looking for a php script which will check whether a specific URL is up or down and store those information in mysql database, So that I can track how many times the webserver or th...
I am trying to setup a script to send xml data to a cc processing company, and then also to receive their results xml data back.
I have tried sending using curl, which their server doesn't se...
I have a mysql table called download. There are only 3 columms: id, filename, down
As pdf files are created and saved in a folder on the server called /files this table is updated.
T...
Hello,
I am trying to redirect the user with an alert message if a condition is true.
The page redirects without showing the alert bos.
What;s more, rest of the php script does not stop bu ...
hi,
I am a somewhat novice so apologise if asking an easy question...
I have a passthrough query in MS Access 2007 with the following:
select
p.baldt as "Balance Date",
b.bookcd as...
Hi Experts
Had a few goes at this without success, please be aware that unfortunately my net connection is a) dial up and b) very slow so please be patient, I will respond as soon as possib...
I'm pretty (very!) new to php, and trying to understand how global variables work.
So far, I have the following code, which works 100%:
***********************************
<?php
requ...
I have a form that displays an email for the group who will be notified if that form is changed. The email is based on a field with provides a number to identify the group to be notified. It ...
I have an existing web app that uses PHP and MySQL. One of the PHP scripts uses a program called pdftk (http://www.accesspdf.com/pdftk/) to merge multiple pdf files into one pdf file.
If I...
I need to find a solution to import data created offline into a MySQL database using PHP. The senario is as follows: I have users who audit the cleanliness of various facilities. They fill out...