Jump to content

Vinsanity

Members
  • Posts

    23
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Vinsanity's Achievements

Member

Member (2/5)

0

Reputation

  1. anybody able to provide me the code????
  2. i would like to knw how can i show few words(dynamic from DB) and when click on it then i will bring us to the details page of it... do i need to pass the variable or id??? can anyone help me?
  3. below is the screenshot of the error... [attachment deleted by admin]
  4. i have the login script which work prefectly on itself but when i try to use the frame to create the main page and call out the login function, the login doesnt work and just display out some of the php login script. even i managed to get rid of this error then the function also canot work... below will be my code... hope somebody can help... thnk you... [attachment deleted by admin]
  5. my php script works prefectly when run by itself but when i try to design using the frame on the mainpage it will just show the script code instead of the program... its my login page... anyone can help me... thank you...
  6. the page is running properly on the page itself but when create a main page using frame, when call the certain page to display on the mainframe then its doesnt work... it will onli show some php coding sentences but its not working...
  7. i would like to know how to identify the value of it and need to display it details... becos i hav a lot of data in my table and need to know which details to display...
  8. Here is my scenario: My job portal need to allow the user to register with us, and then they are able to login using the account, and after the users are able to view all the job posts , add a new job post, and delete the job post. On the other hands, there are administrator account for administrator to login to manage the registration and job posting... they can choose to either approve or reject the registration and job post... Now i would like to take the advice from u all on how to do the database design on how many tables i need and the relationship between those table... any help will be appreciated...
  9. can anyone help me on this problem?i need to allow user to click on the row with highlighted and it will show the details of it... can i achieve it without the checkbox or the radio button... initially the page will onli show the key field of the table and then when user choose on one and click on it then the details page will come out...
  10. i wan to create a page similiar to window explorer format and so i need to do with frames to seperate the page into two parts... the left hand side will be used to display the key fields($JobID) and when user clicked on it... the details of the key field will be displayed on the right hand frame(main page)... but when i try to write the code on the left hand frame, it run properly on itself... but when u try to run the whole page... it seems doesnt work and blank on it part... anyway if anyone can provide me with the code would be appreciated...
  11. i come out with the frameset and named it as left.php , index.php and main.php but when i load the page and i found nothing appear on the left hand side... i was using php coding on the left hand frame... is it bcos of the php cause the frame load failed... anyone can help me to troubleshoot...
  12. Currently i m workin on a project related to job portal and it require me to display my data on a format similiar to Window Explorer or Email format... need to display the keyword of the data on the left hand corner which i using a frame to do so and when i click on the certain keyword and on the main page the details will be shown... may i know how to do the hyperlink on the keyword the identify it...
  13. i do understand with the frame method but the problem is how to make the key data possible to click and to show the details... do i need to do it with array??? bcos i wan it to be able to show the details of the certain row...
  14. how to display the data similiar to window explorer format, like show the key field at the left frame and when clicked on it then the details of it will be display at the main frame... is it possible to achieve... need help from u all guys... any help will be appreciated...
  15. the above code detected an error named 'undefined checkbox' and the checkbox mentioned is at the bottom of the code that [ $del_id = $checkbox[$i]; ] can anyone list out the solution for it...
×
×
  • 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.