Jump to content

Iyad

Members
  • Posts

    17
  • Joined

  • Last visited

    Never

Everything posted by Iyad

  1. CrazeD, what FTP software you use to access your folder in www.110mb.com ?
  2. Hi guys..I've browsed several free web hosting but didn't find any suit enough for me. Can anyone here told me where is a good free web hosting? Any post will be very appreciated. Thanks, Iyad
  3. I'll try to make it. Drupal is pretty good.
  4. I'm looking for a simple and free PHP CMS for my personal website. Anyone have a favorite one?
  5. trecool999 ... yea thats what I need. AndyB, thanks for the link thats what I need. Vanilla is more complex I think but its good. Thanks all.
  6. ;D I like this forum script: http://script.tourdebali.com/index.php but the download links is dead. Anyone knows other mirrors or the similar script?
  7. I'm looking for a message board/forum board to add to my website. Unlike Simple Machines Forum (SMF) that being used by this forum, I want more simple message board that can be added in my website template. Anyone know?
  8. This is the page code. Where do I put that: $textToDisplayOnBrowser = nl2br($textRetrievesFromDB); <?php require_once('Connections/articles.php'); ?> <?php mysql_select_db($database_articles, $articles); $query_record_articles = "SELECT * FROM article_categories ORDER BY article_id ASC"; $record_articles = mysql_query($query_record_articles, $articles) or die(mysql_error()); $row_record_articles = mysql_fetch_assoc($record_articles); $totalRows_record_articles = mysql_num_rows($record_articles); ?> <html> <head> <title>ARTICLES</title> </head> <body> <p>No. : <?php echo $row_record_articles['article_id']; ?><br>   Topics : <?php echo $row_record_articles['topics']; ?><br>   Writer : <?php echo $row_record_articles['writer']; ?><br>   Content :  <?php echo $row_record_articles['content']; ?><br>   Date : <?php echo $row_record_articles['date']; ?></p> </body> </html> <?php mysql_free_result($record_articles); ?>
  9. Hi, I have a table like you see bellow written in MySQL. Like usual, I write an insert query code in PHP. When I fill in the table, precisely fill in ‘Content’ field. I use ENTER < to separate line between paragraphs. But when I preview the page, the ENTER < doesn’t appear. The whole paragraphs is join together. Was this topic have ever discussed before?. I hope someone here will help me. Thanks, -Iyad ------------------------------------------------------------------------ |  articel_id  |        topics        |    writer    |    content  |    date    | ------------------------------------------------------------------------ |        1      |  Global warming    |    Erian    | dummy text | 30-12-06  | ------------------------------------------------------------------------
  10. I want to make a link that contain file (*.xls file) that when somebody click on it show "open or save or close form". I put my files in "../reports/" folder and make id or key for each files. Plese help, this problem really took my time. Thanks, Iyad
  11. hmm..as far as I know you can connect id 'member' to 'websites'. And then try to make 'if' statement on website hit for every member id.
  12. Number [b]Member      websites      Hits[/b] 1          Brown          brown.org          0 2          Jack              jack.net            2 like that? 
  13. :) Thanks, I've opened that link. But still confusing....I need a sample on how to write or read excel database in php. It's fine whether the data exported to MySql or just excel.
  14. I have a database written in Ms. excel and I want to make it available in web based. Does anyone know how to export logarithm excel code to php mysql?  ??? Thanks for help...
  15. I found some here... http://www.adobe.com/devnet/dreamweaver/
×
×
  • 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.