Search results

  1. R

    htmlspecialchars and htmlentities not working.

    hi, I would like to know why htmlspecialchars and htmlentities are not working. These examples, should produce the results indicated. They don't. $new = htmlspecialchars("<a href='test'>Test</a>", ENT_QUOTES); echo $new; // Should output: &lt;a href='test'&gt;Test&lt;/a&gt...
  2. R

    Server not responding: 74.63.233.7

    Hi there, Your webserver 74.63.233.7 is not responding to Http requests. It is, however, responding to ping requests (hence the ip address). In firefox i see the following error: Unable to connect Firefox can't establish a connection to the server at testing.robraypublishing.x10hosting.com...
  3. R

    Account Suspension ??

    Hi there, My account has been suspended because i have violated a 100 emails per hour rule. I suspect the rule has been imposed to prevent spamming. I am not, however, a spammer. I am testing the functionality of my site which sends an order confirmation email to the customer when an order...
  4. R

    Triggering additional events off a form submit button click.

    hi there, Imagine this scenario.... There is a form which collects a customer's name, email address and a shipping address for a purchased item (for example a book). The submit button on the form links to a paypal payment website. What i would like to do, is email the shipping address to...
  5. R

    552 Disk full -- on 74.63.233.7

    Hi, You're disk is full, so users are now unable to upload files. Please see the output below: Have a nice day Robray ---------------- ftp> put constants.php 200 PORT command successful 552 Disk full - please upload later Pinging ftp.robraypublishing.x10hosting.com [74.63.233.7] with 32...
  6. R

    Moving a parked domain.

    hi there, I have a parked domain which is currently directing traffic, via a frame, to my webspacce here. For various reasons, i would like to move the domain to this site. However, i have never moved a parked domain from one place to another. So i hoped to pick the brains of those that have...
  7. R

    directing to x10 subdomains and <title> and <meta ..> tags.

    hi there, I recently devised a title and meta tags for the my pages of my site. when i hit these pages directly, using the full x10 subdomain, i find that the words between the <title> tags correctly display in the browser tab (just as i expect). eg: http://blarblarblar.x10hosting.com...
  8. R

    Getting started with Php

    hi, I had read on the Site (under Php help) that all accounts are now on 'Intermediate level' of php. However, when i put the following lines of code into a html file.. i get the results shown beneath the code snippet. code snippet: 1<br> <?php echo( "<h1>Php is alive and kicking!</h1>" )...
Top