Jump to content

Havok823i

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Havok823i's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I need help with the php and the sql.
  2. Hi all!! I'm having a bit of trouble thinking through this on my own. Here is what I have so far. SQL Table Table name is HOWTO +-------------+-------------+------+-----+-------------------+-----------------------------+ | Field | Type | Null | Key | Default | Extra | +-------------+-------------+------+-----+-------------------+-----------------------------+ | ID | int(11) | NO | PRI | NULL | auto_increment | | Title | varchar(50) | YES | | NULL | | | Date | timestamp | NO | | CURRENT_TIMESTAMP | on update CURRENT_TIMESTAMP | | Description | text | YES | | NULL | | +-------------+-------------+------+-----+-------------------+-----------------------------+ I have the following pages: howto_list.php howto_display.php I'm trying to do achieve the following: I need to have the field Title returned alphabetically on the howto_list.php page. I need to then have them all to become links that can be clicked on that brings you to howto_display.php page that returns the entire row of the Title that was clicked on, on the previous page. Maybe I'm missing some steps such as php pages, another sql table, or even an alternate way of going about this. Any ideas would be greatly appreciated!
  3. Hi all!!! I could really use some help. I'm burning my brain out trying to figure out the easiest way to go about this. Here is what I am trying to do (in a nutshell) so I could really use full coding examples. I need to create a text area with simple formatting tools such as Bold, Italics, Underline, Bullets, and Numbering. After formatting the text with only those available formatting tools, everything in the text area needs to be converted into html tags. After the conversion, the HTML data that is create is submitted into a single field into a SQL database. Any help will be greatly appreciated!!!
×
×
  • 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.