Search results

  1. D

    Question about TOS

    Thankyou so much Livewire for the fast reply, Enjoy the Night Officer 8)
  2. D

    Question about TOS

    I was thinking of doing something for fun, only if its allowed by x10hosting rules. Either way it makes no difference for me, because i just wanted try it for fun. I wanted to know whether making a in-site (autocomplete) search, using ajax with php query allowed? Is it resource intensive...
  3. D

    CloudFlare Question

    I'm trying to activate CloudFlare, but can't seem to get it started. I Might be doing something wrong so little advice would be nice. Step 1. Go To CPanel Step 2. Click on CloudFlare Step 3. Check the "Terms & Service Agreement" then check the email box which seems to be already filled in...
  4. D

    Choppin Error

    [SOLVED]Choppin Error Since Choppin just went through some upgrade I think my cpanel says the same error as everyone else "Sorry for the inconvenience! The filesystem mounted at / on this server is running out of disk space. cPanel operations have been temporarily suspended to prevent...
  5. D

    Cron Job

    Hello My Cron Jobs were wroking perfectly fine. Just Recently stopped working. It would be nice if someone can reset them. Thanx in advance.
  6. D

    Cron job Stopped

    Ok Thankyou Very Much Descalzo...Good Day
  7. D

    Cron job Stopped

    Hello, My cron Job was working perfectly fine until recently about 2 or 3 days ago. I"m sure it just needs to be reset or something. Thankyou in advance.
  8. D

    look at my web site

    Site Overall looks great, I like how its easy to navigate to the art style page you want. Its just my opinion but, make a main a container to hold the - left Folumn |Center Image| Right Column - All in one and have a different background color other then brown so the middle (example white...
  9. D

    Impressed!!!

    Welcome, and have fun.
  10. D

    Cron Job

    ok thanx, i just got the email now, thanx This Thread Can Be Closed Now
  11. D

    Cron Job

    Hi I been having problem making the cron work for a while, I'm using a php script to test by sending me an email if it works. But nothing so far, the script works fine so that's not the problem. The Command i'm using for the cron test is /usr/bin/php -f...
  12. D

    Running XML as PHP

    Quick Question, How do I Run XML as PHP through .htacess? I tried writting this: AddType application/x-httpd-php .xml but it didn't work, instead it just gave me the option to save the xml file instead of viewing it. I Run some php in the beggining to retrieve some feed data. If anyone can...
  13. D

    Question about Caching

    Gotcha, thanx for the heads up.Won't be doing that now. I only looked into it to see if it helps limit the strain on the database query. Thanx. And yeah lol didn't want to alarm anyone with short url my bad.
  14. D

    Question about Caching

    http://bit.ly/fjMoS Read that, about caching files. Is it a good idea? or is it a system resourse hog. If you are making like a list of 10 things with description. Nothing too big.
  15. D

    Does PHP PDO need injection prevention?

    Gotcha Thanx mission, always good help. Checking out the links now.
  16. D

    Does PHP PDO need injection prevention?

    This is probably a stupid question, but i'll ask it anyways, Through mysql_connect you need to do all sorts of stuff to prevent database injection etc magic quotes ...etc Anywho, do we have to take some kind of provisions for PDO as well if we will be using quires with unnamed placeholders...
  17. D

    PDO Connection then SELECT result or results

    That pretty much sums it up. The wiki articles were a good read (although it went over my head on the first read). I'm going to be correcting it soon, so thanx for taking the time to help.
  18. D

    PDO Connection then SELECT result or results

    Yea what i wanted to do was create a seperate file with the class that does query and gives me the results, instead of building a new type of pdo object for differnt type of results. The Problem for me is I don't know how to make it universal So if i threw a query at this class that says...
  19. D

    Count to 1 Million

    2499 dollars for my used car
  20. D

    PDO Connection then SELECT result or results

    Hi, need some help getting column keys for a query, setting them as constant and WHILE its getting rows it echo's each $row["$column1"] and ["$column2"] I don't know how else to explain it so here is the script with and details in the comment section. <?php class PDO_connection {...
Top