Jump to content

princeo

Members
  • Posts

    20
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

princeo's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I have an HTML form that will send the data to my email with an upload image line, I want my email to be formated well like a real paper form when i receive it in my inbox with the picture by the side to as to have a nice printout, how can i achieve this. someone help a newbie!
  2. I have connected my database successfully but I want to be able to query it from a search box, I need a code to do this as every tutorial i have studied gets me confused the more. this is a newbie please. this is the structure of the db ID | Name | Address | Registration |Date
  3. Thnks for the help, I have uploaded the file to my server but there is still one issue remaining. I have an index.php page with a search on it, I want you to help me on how to connect to my db to get data to display on my page when someone enter a query. thanks in anticipation.
  4. I have designed a simple database in phpMyAdmin which I can view, but my problem now is, how do i upload it to my server and also how do i connect a search page to it so that a query can be initiated to get data from the db. I have been reading some tutorials but i get confused the more as most examples don't talk about using phpMyAdmin. help needed please. this is the structure: ID | Name | Address | Registration |Date
  5. I am new to mysql and still practicing, i constructed a simple table in phpmyadmin but I dont know where i can find my table as a file, but each time I open phpmyadmin my table is there. i want to know where its saved to in local machine. can anyone help me?
  6. I want to design a database site where people can make search about registered members of an organisation. I need a simple tutorial on how I can achieve this using php and mysql. I will be entering the data myself, just a simple table with Name, Address, Registration Number. Please don't forget to tell me how and when to save my files.
  7. Can someone help me on how I can install JOOMLA? and also how does it work i.e. do I use it to design my website or it can only enable my client to edit their website only? help needed please.
  8. I want to design a site for a client and I would like the client to be able to edit the contents, like Images and texts. which way can I do this, help needed urgently.
  9. This is actually what shows up Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/zanedesi/public_html/information.php:2) in /home/zanedesi/public_html/information.php on line 3 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/zanedesi/public_html/information.php:2) in /home/zanedesi/public_html/information.php on line 3 Warning: Cannot modify header information - headers already sent by (output started at /home/zanedesi/public_html/information.php:2) in /home/zanedesi/public_html/information.php on line 13 This the code according to how it appears in dreamweaver 1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2. <?php 3. session_start(); 4. if($_GET['password'] == '1password') { 5. $_SESSION['loggedin'] = 'zane'; 6. $_SESSION['password'] = 'zane'; 7. header('Location: http://zanedesignsltd.com/information.php'); 8. }else if($_GET['password'] == '2password') { 9. $_SESSION['loggedin'] = 'zane'; 10. $_SESSION['password'] = 'zane'; 11. header('Location: http://zanedesignsltd.com/information.php'); 12. }else { 13. header('Location: http://zanedesignsltd.com'); 14. } ?15. >
  10. I have been very happy with your supports but this thing is still giving a hell of headache, check out my last post and help me out please.
  11. It keep on showing these two errors. Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/zanedesi/public_html/information.php:3) in /home/zanedesi/public_html/information.php on line 4 Warning: Cannot modify header information - headers already sent by (output started at /home/zanedesi/public_html/information.php:3) in /home/zanedesi/public_html/information.php on line 14 this is what is on line 4 session_start(); then line 14 header('Location: http://zanedesignsltd.com'); iam sorry bothering you, i desperately need to solve this issue urgently.
  12. iam using dreamweaver, where exactly should i put the code?
  13. it actually went to the page specified but it displayed with the following information, what do i do again? please explain to me as a novice. Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/zanedesi/public_html/information.php:9) in /home/zanedesi/public_html/information.php on line 10 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/zanedesi/public_html/information.php:9) in /home/zanedesi/public_html/information.php on line 10 Warning: Cannot modify header information - headers already sent by (output started at /home/zanedesi/public_html/information.php:9) in /home/zanedesi/public_html/information.php on line 20
  14. I modified the code and placed it into the body of a page i named information.php, this is the code <?php session_start(); if($_GET['password'] == '1password') { $_SESSION['loggedin'] == zane; $_SESSION['password'] == 'zane'; header('Location: http://zanedesignsltd.com/information.php'); }else if($_GET['password'] == '2password') { $_SESSION['loggedin'] == zane; $_SESSION['password'] == 'zane'; header('Location: http://zanedesignsltd.com/information.php'); }else header('Location: htttp://zanedesignsltd'); } ?> when i log in it displays this following message, pls i still need your help Parse error: syntax error, unexpected '}' in /home/zanedesi/public_html/information.php on line 21
  15. Thanks for the code, but u never mentioned which page to insert the code and what i should modify in the code. remember i told u iam new to php. i would most appreciate if u take out ur valuable time and teach me as a novice. thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.