• Member Avatar for mattster
    mattster

    Replied To a Post in div with margin

    Take a look at *reset.css*: http://meyerweb.com/eric/tools/css/reset/
  • Member Avatar for mattster
    mattster

    Began Watching Getting/Generating Unique Number in PHP

    Hey guys, I want to generate a unique number in PHP (ex. 000001, 000002 etc), when it is saved in the database it will increment in 1 (+1). But how …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Getting/Generating Unique Number in PHP

    In your database if you use `AUTO_INCREMENT`, see [here](http://www.w3schools.com/sql/sql_autoincrement.asp).
  • Member Avatar for mattster
    mattster

    Began Watching algorithms

    2. (Practice) Determine a step-by-step procedure (list the steps) for each of the following tasks: Note: There’s no single correct answer for each task. This exercise is designed to give …
  • Member Avatar for mattster
    mattster

    Replied To a Post in algorithms

    > So what seams to be your issue? No one is going to just answer this for you. Does he even want an answer? Just looks like a set of …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Beards

    > because i would look like a 16 yo kid :( guess this is what a baby-face adults suffer from (like myself). Know the feeling.
  • Member Avatar for mattster
    mattster

    Began Watching How to increase huge visitors in my website?

    I've a website. I need huge visitors in my site. How it possible? answer needed...
  • Member Avatar for mattster
    mattster

    Replied To a Post in How to increase huge visitors in my website?

    > answer needed... We're volunteers, we might give you an answer if we're nice, but we don't *need* to do anything. Manners go a long way. > I've a website. …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Get all variables where not the same

    You might need to see if you can find the duplicate ip_ip first, and then in a separate statement see if they both have the same username. Look here: http://www.petefreitag.com/item/169.cfm
  • Member Avatar for mattster
    mattster

    Replied To a Post in Things I hate about TV shows

    You always know the characters are going to be okay, because there has got to be another episode with that character in.
  • Member Avatar for mattster
    mattster

    Began Watching G'day from Sydney

    Hi, I'm new here. Not sure about setting up a personal profile for the site but figured i'd try it out. Cheers, Andrew
  • Member Avatar for mattster
    mattster

    Replied To a Post in G'day from Sydney

    Hi there!
  • Member Avatar for mattster
    mattster

    Began Watching Get all variables where not the same

    Hi. Sorry for my english (is not good) I have sql query for get all results by some parameters: `$sql_string = 'SELECT SQL_CALC_FOUND_ROWS ip_ip, ip_time, ip_location, ip_referer, ip_username, ip_user_type, ip_browser …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Get all variables where not the same

    I'm struggling to understand what you want. Maybe show us how your database is structred etc. so we can maybe begin to understand this a bit better.
  • Member Avatar for mattster
    mattster

    Began Watching Move an existing drupal site to my server?

    Hi if not too much hassle would like some general guidance on how to go about moving an existing clients drupal website. I never dealt with drupal as of yet. …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Move an existing drupal site to my server?

    So what exactly is not working?
  • Member Avatar for mattster
    mattster

    Began Watching Hi All

    Hi All... Avinash from India...Great to be a part of this community... :)no
  • Member Avatar for mattster
    mattster

    Replied To a Post in Hi All

    Hi there!
  • Member Avatar for mattster
    mattster

    Began Watching how to run php files?

    hi helper, i've 3 .php and 1 css files downloaded from net. how could i run these files? Do i need any tool? thanks beanboy.
  • Member Avatar for mattster
    mattster

    Replied To a Post in how to run php files?

    > if its working then make it solved k 3 months later... Maybe you should have said that like 2 1/2 months ago rather than reviving a post that's dead.
  • Member Avatar for mattster
    mattster

    Began Watching Session Logout

    Hello, I am creating login system with session for secure login and logout. Yet, I don't think it works as it suppose to be. This is my codes: admin.php <?php …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Session Logout

    You might be able to re-login, but you shouldn't be able to gain access. If you can, it means you're also not checking to see if the use is authorised …
  • Member Avatar for mattster
    mattster

    Began Watching uploaded image won't display

    Hello there Good day to each and everyone of us here. i have a problem displaying the image i have uploaded in the root directory folder. This is my codes …
  • Member Avatar for mattster
    mattster

    Replied To a Post in uploaded image won't display

    So why couldn't you change the code here and continue this thread?
  • Member Avatar for mattster
    mattster

    Began Watching Displaying the profile image of user

    Good Day Daniweb, I am encountering a problem in php code meant to allow the user to update their profile picture. I am using jquery.min and jquery.js. The code below …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Displaying the profile image of user

    What does `$actual_image_name` equal? Check view source on your page to see what it actually spits out into HMTL, as this is probably where our problem is hiding.
  • Member Avatar for mattster
    mattster

    Replied To a Post in Scrabble

    sold
  • Member Avatar for mattster
    mattster

    Replied To a Post in file and image upload option make file name and delet file

    maybe because you need an `uploads/` directory on your site for the images to upload to? http://www.amayam.com/uploads/ is a 404.
  • Member Avatar for mattster
    mattster

    Began Watching Header("location:blabla")

    can someone have any thoughts if my imagination is even posible?..i would like to display a alert-dismissable div after saving data to database but i dont know if it is …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Header("location:blabla")

    There is definitely a way to submit data to a file, and receive the result (true/false etc.) and then call a JS function to generate. There is definitely no need …
  • Member Avatar for mattster
    mattster

    Began Watching How to display records inline from database

    <?php include('db.php'); $query=mysqli_query($con,"select * from reg"); while($row=mysqli_fetch_array($query)) { echo $id; echo $name; } ?> i want to display it as follows: 1.chaitanya 2.swati 3.rena 4.geeta
  • Member Avatar for mattster
    mattster

    Replied To a Post in How to display records inline from database

    You created another topic for that here: https://www.daniweb.com/web-development/php/threads/484814/dynamic-slideshow-problem
  • Member Avatar for mattster
    mattster

    Began Watching Dynamic slideshow problem

    i want to display this slideshow dynamically please help me. I am getting more than 3 images if i put dynamic code <div class="row"> <div id="carousel-reviews" class="carousel slide" data-ride="carousel"> <div …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Dynamic slideshow problem

    Maybe because there are more than 3 images in your database? Try `$sel = mysql_query("SELECT * FROM alumini LIMIT 3");` The LIMIT statment will only select 3 images.
  • Member Avatar for mattster
    mattster

    Began Watching PHP Syntax Error

    When I upload this file core_navigation.tpl, I get this error: **Parse error: syntax error, unexpected $end in /home1/skywestv/public_html/www.flyboeingva.org/lib/skins/fbva_custom/core_navigation.tpl on line 65** Code: <!-- Menu --> <div class="pi-row-block pi-pull-right"> <ul class="pi-simple-menu …
  • Member Avatar for mattster
    mattster

    Replied To a Post in PHP Syntax Error

    Yup. Missing a close bracket (`}`) around line 26-27
  • Member Avatar for mattster
    mattster

    Began Watching PHP function only works on first try

    All functions work every time except the "btn_replay" which only works on the first iteration. It does not use the session variable File name is add_hock_query_js.php and is included in …
  • Member Avatar for mattster
    mattster

    Replied To a Post in PHP function only works on first try

    So if session variables are assigned in `set_sessions.php`, but as far as I can see you're only including it using an JS in the "replay" function. Make sure you're including …
  • Member Avatar for mattster
    mattster

    Replied To a Post in E-commerce Website with shopping cart

    > We can pretty much see what will be the PHP developers of the future. Topics like this make me worry.
  • Member Avatar for mattster
    mattster

    Replied To a Post in E-commerce Website with shopping cart

    > OScommerce, zencart, open cart, tomato cart, presta shop, magento community edition. I can't imagine it would have taken her long to find that out. Really, are people unable to …
  • Member Avatar for mattster
    mattster

    Began Watching E-commerce Website with shopping cart

    How can i make it? I need a source code.
  • Member Avatar for mattster
    mattster

    Replied To a Post in E-commerce Website with shopping cart

    > How can i make it? I need a source code. Do you expect us to waste our time doing your research? **Put some effort in and do your own …
  • Member Avatar for mattster
    mattster

    Gave Reputation to batulanjanette in E-commerce Website with shopping cart

    How can i make it? I need a source code.
  • Member Avatar for mattster
    mattster

    Gave Reputation to diafol in The Last Person

    As I have mentioned previously, anybody else posting to this thread will be banned immediately. I kid you not.
  • Member Avatar for mattster
    mattster

    Began Watching How to change URL in PHP

    Hi......Friends Please can anyone to help me to change my url as permalink. My URL is http://www.moswap.in/ , when am click on cell phone page its showing like this(http://www.moswap.in/i/?cell-phones), but …
  • Member Avatar for mattster
    mattster

    Replied To a Post in How to change URL in PHP

    What have you got in a `.htaccess` file? You could do this: RewriteEngine on RewriteCond $1 !\.(js|ico|gif|jpg|png|css|html|swf|mp3|wav|txt)$ RewriteRule ^(.*)$ index.php?p=$1 [L] It will apply the rewrite rule if the url …
  • Member Avatar for mattster
    mattster

    Began Watching What is the use of (#) hash tag in social media?

    May i know how # tag helps in social media networks like Facebook...
  • Member Avatar for mattster
    mattster

    Replied To a Post in What is the use of (#) hash tag in social media?

    The # tag simply a way for people to search tweets/posts of a similar topic. So using #DaniWeb for instance makes it easier for people to find DaniWeb related content …
  • Member Avatar for mattster
    mattster

    Began Watching Image Upload In Not Working in server

    <?php session_start(); if($_SESSION['user']!=true) { header('Location:login.php'); } $error=""; ?> <?php include("include/databaseq.php"); $title=$_POST['title']; $date=$_POST['date']; $description=$_POST['description']; function GetImageExtension($imagetype) { if(empty($imagetype)) return false; switch($imagetype) { case 'image/bmp': return '.bmp'; case 'image/gif': return '.gif'; case …
  • Member Avatar for mattster
    mattster

    Replied To a Post in Image Upload In Not Working in server

    What exactly is wrong with it? Are there any error messages?

The End.