Hi Guys,
I was wondering if you would share some more of your knowledge today, I'm hoping it will be quite a simple answer for you but one that is boggling us here! ;-)
We have an html form that users fill in but when we are receiving it we are only getting certain bits of the form. The bits that are missing are the full name field, the contact telephone number field and what check boxes have been ticked on or not.
We get the header, their email address but not sure if this is coming from the ‘Your e-mail address’ field or not and we also get whatever is written in the additional message field.
Can anyone please shed some light onto this for us? We are sure it’s simple but being two novices we are struggling.
Warmest regards and thanks in advance and attached are the html and php bits of coding.
A & M
echo $rows help
Hi all,Hopefully something simple that I don't know!I have this:Code: [Select]<div id="marquee"><?php$query = mysql_query("SELECT stock_id, stock_code, t_val, y_val
SAP Treasury - Commodities
We are running SAP ECC 6.0 with Treasury Activated.
Amend code to allow multiple attachments
Hi I have a php page that allows the user to browse to a file (image) then sumbit, the confirmation page then has the following code which uploads the said file to the hosting server, but also appends
Renaming array keys
The issue: renaming array keys inside a foreach loop.I'm trying to build a pie chart image with the Google Chart API using information from a database. (I'm going to change the type of data I talk
apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?
using file_get_contents??
okay how would i create a script using file_get_contents() in php have it grab search pages 1-20 and return the results based on whatever username was typed into the form.liek for example i would type
problem with array - multilingual page
this is my test page :Code: <?php if(isset($_GET['lang'])) { if($_GET['lang'] == "en") { require_once("languages/lang-en.php"); }
PHP/Database issue
My friend is helping me make a database where you go to a certain webpage of my site and the page will use code to pull information from a database and display it on the page in a formatted way.Code:
Most basic form question ever?
Hello,I want to use this snippet to make sure the fields in a form are ok before processing it.Code: <FORM method="post">To:<input type="text"
(sub)screen resize modification doesn't work after ECC 6 EhP 4 installation
Hello,