I have created a single form called testsend
http://gemsofrecovery.com/testsend.html
I am trying to take this page redirect to a thankyou page and display the email address....
Have tr...
I used xampp to create a mysql server on my laptop to use as a testing server as I built a dynamic Dreamweaver website. I created a database named 'ixp' which has many tables.
I am now r...
I have a PHP variable with a set value ($v = 12;)
I have a MySQL table named codes with a column named reasons.
I need to write a PHP script that looks to see if 12 is a value in ANY rec...
Following packages are installed in my Solaris box and they work fine.
application SMCap226 apache
application SMCphp php
Oracle 10g al...
When running my stored procedure from mysql it works fine:
** cut down version to save space **
call tm_insert_account('Mark\'s World', 'mark', 'j', '26', '', 'here', 'there', 'w', '1975-0...
I have an existing mysql database with thousands of records that I need to edit one column. The column name is reason in the database. Right now every entry in this column is a 2 digit numbe...
Hi experts:
I have an intranet page to upload files into a directory in my server, also I have a data base to record the information of the files, my table is like this:
Key User De...
Hi Expert,
Mysql query is working when I am using hotelsdeal.City = "New York" but when I do
$Citypage='New York;
and use
hotelsdeal.City = $Citypage or hotelsdeal.City = "$Citypage"
...
i need to remove "/" forward slashes from each query ..
e.g $text="www.thailovesingles/about-us/";
let me know any function that will remove "/" only from the last of the $text .. and do no...
I am creating a report writer and need to calculate string widths so that I create text areas that grow.
I can use offsetWidth with javascript to find the width but thats once it has already ...
I'm trying to get 2 tables inserted into my database, however im unsure on where im going wrong with the code :-( please help!
Thanks in advance :-)
Line one in the below code was my initial thought on how to create a strikethrough in FPDF.... this of course didn't work.. it actually appeared on the screen...
Does anybody know how to cr...
Hi Expert,
I have a Varchar 4000 that has text including a few tags like <br> <UL><LI><UL>.
I know how to extract and display the field {$row['Description']} without formating.
I woul...
Hi,
I am using following mysql query to fetch the data and it displays a blank result when using my php code. However it did return the value when i run it on mysql command window.
$sql ...
When I have my user submit some text in a textarea field on my form, I'm getting the text, but the first line is substantially indented and I invariably get some extra <BR> in the text. I have...
I am new to PHP and web development but learning quickly..
I have written a webpage that holds a link to a PDF on the server...
I wish to have it opened in a DIV on the page with the list of...
I have simple php form where user input date format dd.mm.yyyy and then that info goes to action page which in turn uses a sql statement to send the info to a mysql table. One of the fields is...
Query pulls records from 5 db tables and returns Account Receivable by line item (e.g. First Name || Last Name || Company || Product Part Number || Line Item QUANTITY
EXAMPLE OF OUTPUT:
++...
I'm trying to write a function that returns text before and after a specific keyword, given a paragraph of text and an array of keys. So for example, take the following paragraph:
---------...
I loade XAMPP on my linux seerver yesterday and everything was working properly, I was able to access phpmyadmin under the tools section and create needed databases.
Today i went in to chan...
Hello
I am trying to add some information to an existing associative array in PHP
My array is:
$van_pool_members =
array(
"member_1" => array('first_name' => "Joe, "last_name" =>...
3 sunsequent test pages, but all have a conditional redirect statement.
When the redirect is activated from an alert box, new page to be accesses appears for a split second and browser goes o...
I just upgraded my server to the latest version of PHP and MySQL from 4.x and now the site will not work for any database functionality. I checked the error log and am getting these errors? ...
I have downloaded and altered a great AJAX shopping cart example which I'm trying to adapt and add to a project. The original had no database and for simplicity returned the unit_price of a fi...
I am getting unexpected T_VARIABLE on line 23...where is my issue...I can't see it. Thanks, Deakie