User Profile

Collapse

Profile Sidebar

Collapse
neogazz
neogazz
Last Activity: Mar 7 '16, 01:38 PM
Joined: Apr 24 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • neogazz
    started a topic Website development software

    Website development software

    What is the best free website development software for me to code in HTML, CSS, JavaScript and PHP?

    I love software that shows the different programming languages in different colours (i.e. HTML in blue, CSS in green, PHP in red etc) and it would be a plus if there is also a debugging facility.

    I do not want to buy MS FrontPage or Dreamweaver, as I cannot afford them.
    See more | Go to post

  • MySQL: How do i know what table and database my php code is work with?

    I know the PHP command "CREATE DATABASE DataBaseName" creates a database in MySQL. I also know that the command "CREATE TABLE TableName" creates a table. But how is the CREATE TABLE command linked to the DATABASE in MySQL, I mean what if there are multiple databases, then in which database would the table be created, how is the table linked to the database?
    See more | Go to post

  • neogazz
    started a topic Staying Logged In
    in PHP

    Staying Logged In

    Please see attachment.

    I am trying to design a website login page that allows users to select a checkbox 'stay logged in' when they login.

    If the user checks this box and logs in then the next time they type in the website address (i.e. 'www.clickazone .com') they will automatically be logged in and able to view their profile...

    But how would you go about coding this?...
    See more | Go to post

  • neogazz
    replied to Making Imges Clickable
    Thanks for the info. Is using DIV tags better than using 'image maps'? Also how do you make a DIV tag clickable?
    See more | Go to post

    Leave a comment:


  • neogazz
    replied to URL Link Picture
    Many thanks, this is a great help :) have a great evening...
    See more | Go to post

    Leave a comment:


  • neogazz
    started a topic URL Link Picture

    URL Link Picture

    I have quite a simple question, how do you add a little picture near the url link in a browser? See attachment....
    See more | Go to post

  • neogazz
    replied to How to store profile Images?
    in PHP
    No problem, thanks for the advice...have a great day :)
    See more | Go to post

    Leave a comment:


  • neogazz
    replied to How to create a blog for a webpage?
    in PHP
    Thanks Dan, this is very helpful :) Have a great week...
    See more | Go to post

    Leave a comment:


  • neogazz
    replied to How to create a blog for a webpage?
    in PHP
    Hi Dan, thanks for the info. I am fairly new to PHP, but have done much research and reading on it. I know how to put text variables into a MySQL database (i.e. using the POST method), however what command or method to you using when storing a image?

    Yes you are right, security is an issue, I don't want unathorized users to post or blog information on my site. Therefore I require users to log into the site and their use of the site...
    See more | Go to post

    Leave a comment:


  • neogazz
    replied to How to store profile Images?
    in PHP
    I don't understand what you mean, could you please explain in more detail? Sorry I am new to PHP...
    See more | Go to post

    Leave a comment:


  • neogazz
    started a topic How to store profile Images?
    in PHP

    How to store profile Images?

    If a user on my website wants to add a image to his profile and store it there, what PHP (combined with MySQL) could be used to store the image and keep it displayed as his profile picture?
    See more | Go to post

  • neogazz
    started a topic How to create a blog for a webpage?
    in PHP

    How to create a blog for a webpage?

    I would like to make a blog on a webpage that all users on my website can add blog information to. However when the user leaves the website or refreshes the page, I don't want the information that the user blogged to be lost, it must remain there. What is the best way of handling this?
    See more | Go to post

  • neogazz
    started a topic Making Imges Clickable

    Making Imges Clickable

    I want to display a image on a webpage and I would like several parts of the image to be clickable (i.e. on one part of the image you can click on a section and it takes you to a particular webpage and if you click on another part it takes you to a different webpage). If the pages are designed using (X)HTML, CSS, JavaScript and PHP, would the use of (X)HTML image maps be best for creating this?
    See more | Go to post

  • neogazz
    replied to Error when creating MySQL table
    Thanks I got it to work. First I created the database 'kitchen', via the phpMyAdmin consol. Then I inserted the below code and it worked:

    Code:
    use kitchen;
    mysql> CREATE TABLE grocery_inventory (
    id int not null primary key auto_increment,
    item_name varchar (50) not null,
    item_desc text,
    item_price float not null,
    curr_qty int not null
    );
    See more | Go to post
    Last edited by Atli; Aug 2 '10, 07:55 AM. Reason: Please use [code] tags when posting code.

    Leave a comment:


  • neogazz
    replied to WAMP not going online
    Don't worry I have solved problem. My IIS was also running at the same time, so that is whay I could not start the Wampserver.
    See more | Go to post

    Leave a comment:


  • Thanks man, that was the problem.
    See more | Go to post

    Leave a comment:


  • neogazz
    started a topic WAMP not going online

    WAMP not going online

    I am using Wampserver 2.0. When I have clicked on the button start all processes and then press the button 'put online' I get the attached error why?...
    See more | Go to post

  • Wampserver installation shows directory not phpMyAdmin

    I have installed Wampserver 2.0. Please see attached picture, I would like to configure the phpMyAdmin console as per picture, but when I click on this it only brings up the default help local host page 'http://localhost/iishelp/iis/misc/default.asp', why does this happen?...
    See more | Go to post

  • neogazz
    started a topic Error when creating MySQL table

    Error when creating MySQL table

    Please see the attached picture. When I try to create my MySQL table using the below commands I get the attached error, why?

    Code:
    mysql> CREATE TABLE grocery_inventory (
    -> id int not null primary key auto_increment,
    -> item_name varchar (50) not null,
    -> item_desc text,
    -> item_price float not null,
    -> curr_qty int not null
    -> );
    I am using Wampserver 2.0....
    See more | Go to post
    Last edited by Atli; Aug 2 '10, 07:54 AM. Reason: Please use [code] tags when posting code.

  • neogazz
    replied to AJAX Question
    Many thanks!
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...