Forum: PHP Jun 1st, 2008 |
| Replies: 48 Views: 3,683 I think the only problem that you have is that you have not respected the case sensitivity of variables, eg, in your form you have the file field named as "Picture" whereas in the processing script... |
Forum: IT Professionals' Lounge May 27th, 2008 |
| Replies: 17 Views: 3,261 I agree - this is exactly how I develop. Get it right in Firefox first, then make corrections for other browsers where necessary.
For IE6 I am not afraid to used underscored classes in my... |
Forum: eCommerce May 11th, 2008 |
| Replies: 12 Views: 6,904 Addendum: I just searched "Release Records" and their downloads are no longer online. Yet another music download site bites the dust. Most likely cause is poor search engine rankings due to poor... |
Forum: eCommerce May 11th, 2008 |
| Replies: 12 Views: 6,904 Thats really quite funny. What we are talking about is search results for relevant content. It is true that Google will index the HTML container for a full Flash site, but that is as far as it can... |
Forum: eCommerce May 4th, 2008 |
| Replies: 12 Views: 6,904 He didn't actually mention money, but rather outlined his requirements, which are not "simple" (he mentioned Beatport and Junodownload)
My point was that a Flash solution is not good, for the... |
Forum: eCommerce May 4th, 2008 |
| Replies: 12 Views: 6,904 The problem with full Flash solutions is that your site will never be indexed by search engines.
A truly professional solution (fully Ajaxed site) will cost you significantly more than $100
... |
Forum: PHP Apr 10th, 2008 |
| Replies: 48 Views: 3,683 Yes. This should work:
$path = $_SERVER['DOCUMENT_ROOT'] . '/upload/';
Matti Ressler
Suomedia |
Forum: PHP Apr 10th, 2008 |
| Replies: 48 Views: 3,683 The image(s) must be attached to the mail in the way that I showed you. Exactly where on the server the file is moved to is up to you. It actually is normally uploaded to /tmp/ and must be moved... |
Forum: PHP Apr 9th, 2008 |
| Replies: 48 Views: 3,683 On some web servers you can set permissions using your FTP client. In most you can right click the file or directory and chosse to set permissions. I use Filezilla and it has "file attributes" in... |
Forum: JavaScript / DHTML / AJAX Apr 4th, 2008 |
| Replies: 18 Views: 2,857 You would do far better not to rely on javascript for this at all. Instead you should parse the post with PHP and from that display a confirmation for the delete if delete was selected. That is... |
Forum: PHP Apr 3rd, 2008 |
| Replies: 22 Views: 2,715 Now you have overstepped all boundaries of decency.
Please backup your accusation or make an unreserved apology.
Matti Ressler
Suomedia |
Forum: PHP Apr 3rd, 2008 |
| Replies: 22 Views: 2,715 Setting the action of a form using javascript is idiotic. That was my point, not yours. That I pointed it out has caused you to continue trolling like this ever since.
[/QUOTE]
This is... |
Forum: PHP Apr 2nd, 2008 |
| Replies: 48 Views: 3,683 It the directory structure of your webspace on the server. Create a file with this, put it in your main directory and open it:
<?php
echo $_SERVER['DOCUMENT_ROOT'];
?>
That will give the... |
Forum: PHP Apr 2nd, 2008 |
| Replies: 48 Views: 3,683 In each of the files that have the error (3 in the attachment) add a closing curly bracket } before the very last ?> in each file.
With your $path variable, it MUST be a full file system path,... |
Forum: PHP Apr 2nd, 2008 |
| Replies: 22 Views: 2,715 Why be sarcastic about something that is quite clearly correct? You try to make a point that non essential things like "listen" buttons not working are "bad", yet cant see how ridiculous it is to... |
Forum: PHP Apr 2nd, 2008 |
| Replies: 22 Views: 2,715 You are sarcastic about the reality of how bad your solution is? Now THAT is funny :icon_cheesygrin:
You spend so much time bagging a site because non essential javascript controls don't work... |
Forum: PHP Apr 1st, 2008 |
| Replies: 29 Views: 3,431 It is on site. This forum is designed to allow attachments to posts so that the threads are not cluttered with mile long posts of code (more than one file in this case).
Please leave moderating... |
Forum: PHP Apr 1st, 2008 |
| Replies: 29 Views: 3,431 Attach your files in a zip using the attachment option when posting your next message (the paper clip).
Matti Ressler
Suomedia |
Forum: PHP Apr 1st, 2008 |
| Replies: 22 Views: 2,715 There, by your own hand. Your "solution" was a very bad one.
As for your bagging of holyculturedownload.com, I believe that is jealousy pure and simple :icon_lol:
Matti Ressler
Suomedia |
Forum: PHP Apr 1st, 2008 |
| Replies: 48 Views: 3,683 Please use the attachment option (the paper clip) and attach a zip of your files to your next post.
Matti Ressler
Suomedia |
Forum: PHP Apr 1st, 2008 |
| Replies: 5 Views: 835 You would need the domains hosted on the same server and serve the images using a proxy. (needs root access). Not my forte so you will need to Google it if nobody else has a solid answer.
... |
Forum: PHP Apr 1st, 2008 |
| Replies: 22 Views: 2,715 Clearly you have a bee in your bonnet. So, you find that javascript controls dont work on a site when javascript is turned off? Congratulations, perhaps you learned something?
Now look at the... |
Forum: PHP Apr 1st, 2008 |
| Replies: 5 Views: 835 Maybe she can answer all by herself also :icon_wink: |
Forum: JavaScript / DHTML / AJAX Mar 31st, 2008 |
| Replies: 1 Views: 1,115 Try this:
<!--[if !IE]> -->
<object type="application/x-shockwave-flash"
data="http://www.zeriislam.com/menu.swf" width="923" height="90">
<!-- <![endif]-->
<!--[if IE]>
<object... |
Forum: PHP Mar 31st, 2008 |
| Replies: 5 Views: 835 Why are you creating an e-commerce application when there are open source ones available (including multiple stores . I know at least two)?
Matti Ressler
Suomedia |
Forum: PHP Mar 31st, 2008 |
| Replies: 22 Views: 2,715 Now that is pedantic... the "listen" button is clearly a javascript/Ajax control. The point was that the SITE functions without javascript for the purpose of search engine indexing (which it does... |
Forum: PHP Mar 31st, 2008 |
| Replies: 48 Views: 3,683 You have a missing closing curly bracket } in your code.
Matti Ressler
Suomedia |
Forum: PHP Mar 31st, 2008 |
| Replies: 9 Views: 1,192 Yes, of course it can be done with php. Its quite a bit of code which I don't have the time for, but I am sure somebody else probably will. The web is full of tutorials on how to do this.
... |
Forum: PHP Mar 31st, 2008 |
| Replies: 22 Views: 2,715 What Ajax? A well written script will function without either javascript or Ajax. A good example: http://holyculturedownload.com/
This is a heavily Ajaxed site. Turn off javascript and it is... |
Forum: PHP Mar 31st, 2008 |
| Replies: 9 Views: 1,192 Yes. If you use phpmyadmin you will see it as export options in many formats. One that I commonly use is CSV.
Matti Ressler
Suomedia |
Forum: PHP Mar 31st, 2008 |
| Replies: 22 Views: 2,715 And if the user has javascript turned off? Nothing happens, not good.
Your are far better to structure you page in such a way as to not depend on javascript.
Most login/register pages have... |
Forum: PHP Mar 30th, 2008 |
| Replies: 29 Views: 3,431 That should actually be:
$query = "SELECT address_code FROM address WHERE userID= '".$myuserID."'";
$result = mysql_query($query);
$row = mysql_fetch_array($result); //or while($row =... |
Forum: PHP Mar 29th, 2008 |
| Replies: 22 Views: 2,715 You must close each form with </form> and make sure that one form is not within another.
Matti Ressler
Suomedia |
Forum: PHP Mar 29th, 2008 |
| Replies: 29 Views: 3,431 You need to connect to mySQL, select the database, make the query, fetch the result with mysql_fetch_array() and close the connection.
Matti Ressler
Suomedia |
Forum: PHP Mar 29th, 2008 |
| Replies: 8 Views: 901 Thats only 17 lines :icon_frown:
How about attaching the actual whole file? - Signupcomplete.php
Matti Ressler
Suomedia |
Forum: PHP Mar 29th, 2008 |
| Replies: 3 Views: 1,676 I don't believe you will find a way to access remote hardware using PHP.
If you do, please let me know.... maybe I can win a MacBook Air also! :icon_lol:
Matti Ressler
Suomeia |
Forum: PHP Mar 29th, 2008 |
| Replies: 1 Views: 399 I don't see anything there that wont run on PHP4, although I would change this:
$query = "SELECT * FROM $table_id";
to this:
$query = "SELECT * FROM " . $table_id;
Perhaps the problem... |
Forum: PHP Mar 29th, 2008 |
| Replies: 8 Views: 901 This is a PHP error, not a javascript error. Your error message tells EXACTLY where the problem is:
Notice: Undefined index: StudentName in /home/stud/1/0472547/public_html/Signupcomplete.php... |
Forum: PHP Mar 29th, 2008 |
| Replies: 6 Views: 738 I agree. I have absolutely never used it.... another lazy practice even worse than short tags.
Good code has error handling, not error suppression.
Matti Ressler
Suomedia |
Forum: PHP Mar 29th, 2008 |
| Replies: 29 Views: 3,431 |