User Profile

Collapse

Profile Sidebar

Collapse
gnawz
gnawz
Last Activity: Aug 9 '09, 09:25 PM
Joined: Nov 22 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • gnawz
    started a topic Feedback form problem
    in PHP

    Feedback form problem

    I have a feedback form code which does email but does not display the correct content.

    In place of the email address, it displays "+1"

    And the body message is "1"

    It works well when I test it on localhost.

    As in

    FROM: +1

    MESSAGE:+1

    What is missing in my code, some body help

    My code

    Code:
    <?php
    ...
    See more | Go to post

  • gnawz
    replied to Newsletter
    in PHP
    Hello, thanks for the reply.

    I will try it out
    See more | Go to post

    Leave a comment:


  • gnawz
    started a topic Newsletter
    in PHP

    Newsletter

    Hi,

    Probably this is not the right forum but I need help on this

    Any one who knows/has a newsletter resource(softwa re/script) that works well and with ease
    See more | Go to post

  • gnawz
    replied to How to make content fit in DIV
    I managed to fix the content in div problem using white space wrap
    See more | Go to post

    Leave a comment:


  • gnawz
    replied to How to make content fit in DIV
    I added the tables because i though I would be able to control overflow (my current problem)).

    I have validated my HTML

    Kindly ignore the PHP

    I really appreciate your help
    See more | Go to post

    Leave a comment:


  • gnawz
    replied to How to make content fit in DIV
    This is my entire CSS

    Code:
    html, body, ul, li, h1, h2, h3, h4 {
    	margin: 0px;
    	padding: 0px;
    	color: #DBDBDB;
    	list-style: none;
    }
    
    h1 img {
    	display: block;
    }
    img {
    	border: 0px;
    }
    p {
    	margin: 0.5em 0px;
    }
    a {
    	color: white;
    	text-decoration: none;
    }
    a:hover {
    	color: #eee;
    ...
    See more | Go to post

    Leave a comment:


  • gnawz
    replied to How to make content fit in DIV
    Thank you very much.

    Had over looked that.

    However, the div now respects the sizing in CSS but not all content is displayed, ie I expected content to be moving to a new line in succession until it all fits.

    What is the issue here?

    My other small issue is that my menus appear to be larger, ie not following the CSS style correctly.On my index page, they are okay.
    What could be the ...
    See more | Go to post

    Leave a comment:


  • gnawz
    replied to How to make content fit in DIV
    My CSS

    Code:
    #content {
      min-width:490px;
      min-height: 240px;
      position: absolute;
      color: #fff;
      top: 115px;
      left: 378px;
      border: 3px solid white;
      background: #901315;
      padding: 0px;
    }

    The page where I display the content

    Code:
    <?
    //require_once'functions.php';
    require_once'template.php';
    ...
    See more | Go to post

    Leave a comment:


  • gnawz
    replied to How to make content fit in DIV
    I'm using Mozilla. the content still overflows the div
    See more | Go to post

    Leave a comment:


  • gnawz
    replied to How to make content fit in DIV
    That does not seem to work.

    Any other ideas?
    See more | Go to post

    Leave a comment:


  • gnawz
    started a topic How to make content fit in DIV

    How to make content fit in DIV

    Code:
    #pagecontent {
      max-width:490px;
      max-height: 240px;
      position: absolute;
      color: #fff;
      top: 115px;
      left: 378px;
      border: 3px solid white;
      background: #901315;
      padding: 0px;
    }
    How do I make sure data/test displayed in this div automatically goes to a new line as opposed to exceeding/overflowing in the <div>?

    I have tried the overflow and display...
    See more | Go to post

  • gnawz
    replied to drop down box problem
    in PHP
    Thanks a big bunch...

    I changed it and used it pretty well
    See more | Go to post

    Leave a comment:


  • gnawz
    started a topic drop down box problem
    in PHP

    drop down box problem

    Hi.
    I have a dynamic drop down that reads fields from the database.

    I want a page to be opened in a new tab/window (target = _blank) when a user clicks on an item in the drop down.

    How do I achieve that in PHP+Javascript?

    My drop down

    Code:
    <select name = "sltStation">
       <option value="0">Select Station</option>
       <?
    ...
    See more | Go to post

  • gnawz
    replied to updating more than one record in MySQl using PHP
    in PHP
    I need to be able to do something like what phpmydamin does to edit fields
    See more | Go to post

    Leave a comment:


  • gnawz
    started a topic updating more than one record in MySQl using PHP
    in PHP

    updating more than one record in MySQl using PHP

    Dear PHP experts,

    I have a small problem.

    I need help oh how I can be able to update more than on record and save it all in one click.

    I need to read data from a database, say of 200 different items.
    I would like to edit the price of each item but I do not want it done 1 by one.

    I want to be able to display all items or a fragment of them (paginated. say 20 par page) each with its price in...
    See more | Go to post
    Last edited by Markus; Apr 22 '09, 10:20 PM. Reason: 'freaks' is not a nice thing to call people.

  • gnawz
    started a topic PHP redirect after posting
    in PHP

    PHP redirect after posting

    Hi guys,

    I have a couple of php files that perform various tasks.

    I will use fields in my system and provide code as well
    I need help as follows:

    My database contains the fields Category and Brand
    I need to make some changes on a a number of brands in a Category

    ie the Category is "LADIES" and has about 700 brands

    I make a search of a Category, it lists...
    See more | Go to post

  • gnawz
    replied to PHP MySQL database export
    in PHP
    I need to do something like have a button or link that a user clicks then it opens a browse window for the user to select where to save the backup copy of the database...
    See more | Go to post

    Leave a comment:


  • gnawz
    started a topic PHP MySQL database export
    in PHP

    PHP MySQL database export

    Hi,

    I need a script that I can put in my admin panel to back up/restore, export/import a MySQL database.
    Something to use online, instead of PHPMyAdmin

    Somebody please help.
    See more | Go to post

  • gnawz
    replied to PHP graphs and curves
    in PHP
    Thanks alot guys..

    Very helpful
    See more | Go to post

    Leave a comment:


  • gnawz
    started a topic PHP graphs and curves
    in PHP

    PHP graphs and curves

    Hi

    Any body knows how to create curves and graphs from PHP/MySQL reports?

    Is there a tool/script that I could use?
    See more | Go to post
No activity results to display
Show More
Working...