joeyxaza 0 Newbie Poster

hi all,

please can anyone help me, i would like to upload microsoft word documents and adobe pdf to a web page. can anyone be of assistance. thank you

joeyxaza 0 Newbie Poster

hi all, i am new to perl and i am trying to design a web form (login, registration, user profile, session, cookie, mysql database connection, etc) using perl. is there any place where i can get a good tutorial on the above, or is there any existing code i can use for practice and learning. thanks

joeyxaza 0 Newbie Poster

for the password error, can you check the name you assigned to it in the main html form and make sure you closed all your if/else braces.
for the email issue (if(!$subemail || strlen($subemail = trim($subemail)) == 0){) try removing the trim() function and just leave it as
strlen($subemail == 0)

joeyxaza 0 Newbie Poster

add a php mail (mail()) function to the submit button to submit all the contact form data to the intended email and also add a header to redirect you back to the referrer page

joeyxaza 0 Newbie Poster

you need to do what is called search engine optimisation for your website, you need to add keywords relating to your website (keywords regarding what your website does e.g for an i.t website, you would add keywords like computer, mouse, name of site, cisco, oracle e.t.c)
<meta name="Keywords" content="telecoms">

or you can pay google to help make your site a top search name

joeyxaza 0 Newbie Poster

hi all,

can anyone please help me out, i am trying to display some items from my database (image items), i want to display them on a page by displaying three items at a time (e.g the first three items would display on the first row, and the next three items should display on the second row and so on till all the data in the database have been displayed). kind of like the way products are displayed in a shopping cart (three or four per row).

thanks

joeyxaza 0 Newbie Poster

thanks all for your wonderful help

joeyxaza 0 Newbie Poster

Dear All,

Hi, i am new to php, and i will like to create a Multiple Page Form, the issue is that i dont know how to save the variables from the first form all through to the last form, so that i can save all the form fields into a database at the last form, the first form should have a next-button that takes you to the next form.

the main issue is saving the data after each form till the last form

thank you