Search results

  1. T

    Terminated Premium Hosting

    Hi i recently terminated the premium hosting service and my entire database was deleted from the premium server. How do i create a free web hosting account under my x10Hosting client account? I tried using email address and the server said the email address is already in use. Thanks
  2. T

    Search AutoSuggest Disable enter key when submit

    I found this search auto suggest script on the net. The script works fine but everytime i hit enter on the selected suggestion, the form submits itself. i want to disable the submit when i hit enter so i tried adding this part to Case 13. but it doesnt work. am i missing out on something...
  3. T

    Activation Email sent to Junk Folder

    Hi, my website requires users to activate their account through an activation link found in the email sent to them after they register. The email always get caught up in the junk folder for hotmail, yahoo and gmail. Is there any tips or tricks i can do to prevent this? Thank you very much.
  4. T

    Exporting a Csv File with zeros as the first integer

    Hello. i have a column in my database which stores values starting with 0. i've used varchar to store it so the zero shows up. however everytime i backup my database table using CSV for microsoft excel, the file opens without the zero infront. Is there any way i can prevent this so that when i...
  5. T

    Php Include file within a While loop

    Hi, i was wondering if it is possible to use a php include within a while loop. like this. i tried it but the results are not showing. i only get the first result from the query. <?php while($data = mysql_fetch_array($result)) {?> <div id="resultswrapper"> <?php $path =...
  6. T

    Are Session Variables Vulnerable

    hi i have been thinking about this for quite some time. can session variables be tampered with? if i have a code like this on any members page if (!isset($_SESSION['userid']) {echo 'You need to log in first before viewing this page';} will this be anyway subjected to any form of unwanted...
  7. T

    Issues regarding Mysql Injection and PDO

    Hi i've came across several threads but couldnt really find the answers. there are quite a few doubts i have regarding mysql injections. pardon me if the questions seem too easy or stupid. here are some examples. 1. Are queries comparatively safer from sql injections if the parameters are...
  8. T

    'Random Question' Script

    hello. i was thinking of adding the random question script to my website's registration page as found in the search function of this forum. however i noticed something amiss. whenever i view the source code, the random question in the source code is different from the one displayed in the...
  9. T

    SSI & Php include

    hi im new to web designing. i've created a website with multiple sub-folders. for all the webpages i have a navigation bar which contains images. i've tired using SSI to link the navigation.shtml file but didnt work. php include worked for me. however the images dont appear correctly since...
  10. T

    Prevent mysql injection but allow ' in comments

    Hi im creating a comment page for my website using php. i've been using mysql_real_escape_string. i know this isnt enough to prevent mysql injection but is there a way i could go about doing this cause words like member's gets escaped with a backslash when i show the comment. thanks...
  11. T

    Premium Support Ticket unresolved.

    hi i've submitted a support ticket using my premium account more than 12 hrs ago regarding the transfer of my database from the free hosting account to the premium account and i have yet to recieve any reply. my ticket number is #893515 could someone please help me in this. thank you very much.
  12. T

    External CSS above root folder

    hi i've managed to link to my database login which is above my root folder using php. however when i try to do the same for my external css, it doesnt work. is there a way to go about doing this? thanks.
  13. T

    row_number SQL Help

    Hi ive been trying to fix this but i keep getting the error mysql_fetch_array(): supplied argument is not a valid MySQL result resource. can someone help me with this? please. when i remove the Row_Number() OVER (ORDER BY shopname ASC) AS rownumber part the script works just fine. im trying...
  14. T

    mysql insert image into database

    hi i've created a script for users to upload images. but i keep getting this error. fopen() [function.fopen]: Filename cannot be empty this is the script. <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <?php...
  15. T

    php include - above root directory

    if i want to include a sensitive file like a database login, where should i place the file when i upload to x10hosting server? if my root directory is public_html/www.mywebsite.com do i place it at public_html/databaselogin folder? and how do i link to that file using php include? thank you...
Top