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
New Search Engine
Hey everyone,I have a ZIP Code Radius search engine already functional. it displays all of the ZIP codes within a specified mileage around a central ZIP code.I have an auction site that the client
Problem with PHP/mySQL login code
Hello,There is an error in my login script and I can't figure out what it is...I believe it might be my "SELECT" statement...Can anyone help me? Code: <?php//define ('SASI Services
Having problemswith multithreading and prime numbers
I have an assignment when I'm suppose to do the following:
Php navigation
I have four buttons on a php page.If i click a button it will redirect to different php pages.How would i do that with php?
tell csv import script to ignore blank rows?
Hi i have the below script but i get an error if a row is blank ie a return in the csv file at the end i need to somehow tell it to skip the rows that have nothing on them:Code: <?php // define
Get content from table into a list, without repeating.
Alright this is kinda an odd thing, so I need some help.I have a table "quote" with the three columns `id`, `quote`, and `author`.Now I am wondering if there is anyway that I can output all
Error in write byte array into document in SM58
Hi Gurus,
Access database inside of a validation class
Hello,For quite some time, I have been using functions to validate form input and access the databse. I have recently started using OOP, which is far faster and better when it comes to programming
Hit counter updating once per IP - IP HIT COUNTER
I have a hit counter, for the amount of views on a tutorial.It'll do the query and then do..$views = $row['views'] + 1;Then insert $views into the database.This updates the view for each refresh of
MS Access data into a html table
Hi everyone, I am quite a novice at php but I have created some helpful scripts that fetch datafrom a ms access database that is used by our POS program at work ( a spa/salon)My boss asked me to