Forum: Viruses, Spyware and other Nasties May 20th, 2009 |
| Replies: 5 Views: 1,081 Thank you for all the help so far, I have ask her if she would like to work with you directly and she replied that it is not possible at this stage and she was happy to just have me refer the... |
Forum: Viruses, Spyware and other Nasties May 19th, 2009 |
| Replies: 5 Views: 1,081 Hi jholland,
Thanks for the reply and sorry about that, I've asked her to download from the link you gave me and also gave her the instructions, I now have the actual HJT scan and copy and pasted... |
Forum: Viruses, Spyware and other Nasties May 18th, 2009 |
| Replies: 5 Views: 1,081 Hi all, I have a friend who is having troubles with her computer. She has told me that it keeps shutting down for no reason and only started doing this recently everytime she opened MSN. She has done... |
Forum: Windows Vista and Windows 7 May 18th, 2009 |
| Replies: 3 Views: 899 Please disregard this thread, didn't take notice of the sticky about hijackthis scans:) |
Forum: Windows Vista and Windows 7 May 18th, 2009 |
| Replies: 3 Views: 899 Hi all, I have a friend who is having troubles with her computer. She has told me that it keeps shutting down for no reason and only started doing this recently everytime she opened MSN. She has done... |
Forum: HTML and CSS Mar 31st, 2009 |
| Replies: 9 Views: 1,503 |
Forum: HTML and CSS Mar 29th, 2009 |
| Replies: 9 Views: 1,503 Ok to use different styles on the page, you need to embed that style to the element you want styled. so the code you would use as an example would be like this:
This example would be for a link
... |
Forum: HTML and CSS Mar 28th, 2009 |
| Replies: 9 Views: 1,503 Hi there Cguan, First of all, Yes I am thinking that you can do this, and it will work. However, if you want to use these styles for all links on your whole website (every page), I would be putting... |
Forum: PHP Feb 29th, 2008 |
| Replies: 9 Views: 934 Ok, done some looking and have some stats for you.
These are the stats as of January 2008.
PHP: 78, 735, 581 domains, 50.61%
ASP: 55, 709, 926 domains, 35.81%
It is clear to see... |
Forum: PHP Feb 29th, 2008 |
| Replies: 9 Views: 934 I know that in Australia, PHP is number one for any website. Hardly anyone here uses ASP simply because it costs to much and a pain in the backside to work with, this is why I switched from ASP to... |
Forum: PHP Feb 28th, 2008 |
| Replies: 9 Views: 847 Hi dami,
You need to set your connection credentials.
change these lines:
private $_host = ''; // DB Connection info
#
private $_user = '';
# |
Forum: PHP Feb 26th, 2008 |
| Replies: 8 Views: 557 Are you using Windows or Linux?
If your using Windows, you need to point your php.ini file to your ISP's(your provider) SMTP service. You also need to check with them to see if they allow port 25... |
Forum: ASP.NET Feb 25th, 2008 |
| Replies: 13 Views: 1,376 Your welcome, always glad to help:) |
Forum: PHP Feb 24th, 2008 |
| Replies: 8 Views: 918 Here is the link that Auzzie mentioned earlier Practical PHP (http://hudzilla.org/phpwiki/index.php?title=Main_Page) I have posted it for your convenience. It is a online ebook, free and a really... |
Forum: Community Introductions Feb 24th, 2008 |
| Replies: 7 Views: 527 |
Forum: PHP Feb 24th, 2008 |
| Replies: 13 Views: 1,323 |
Forum: PHP Feb 24th, 2008 |
| Replies: 8 Views: 918 You don't have to have any programming knowledge to learn PHP, people with knowledge of other languages will just learn quicker. A good knowledge of HTML is reccomended but not necesary:) |
Forum: PHP Feb 24th, 2008 |
| Replies: 11 Views: 1,209 One other suggestion. If you want to be able to make data from a form editable, you might want to consider a editing tool such as FKC Editor, or Tinymce. These are great and easy to implement editing... |
Forum: PHP Feb 24th, 2008 |
| Replies: 11 Views: 1,209 May I suggest maybe having a look at PHP-Nuke or maybe Web 2.0 Applications like, WordPress or TypePad, these are free PHP and MySQL systems that are fully built and very easy to download and... |
Forum: PHP Feb 24th, 2008 |
| Replies: 13 Views: 1,323 This here is a good book for beginners, I used it when I started, and still refer back to it every now and then. It is online and free, you can find it here Practical PHP... |
Forum: PHP Feb 24th, 2008 |
| Replies: 11 Views: 1,209 You can breaking the planning process into sections like so:
(1) What does the system have be able to do.
(2) Possible system structure info, how will you structure the system.
(3) Database tables... |
Forum: PHP Feb 24th, 2008 |
| Replies: 11 Views: 1,209 If you can program in OOP PHP, this would be a better way to go. I would also suggest having a look into the Zend framework as this is great for systems like this. You can also use Java for things... |
Forum: PHP Feb 23rd, 2008 |
| Replies: 19 Views: 5,541 Thats the one I read, have you tried this? I haven't used mime on windows, so this is new to me too:) |
Forum: PHP Feb 23rd, 2008 |
| Replies: 1 Views: 1,112 Hi Squid,
I have actually never done this, but yes you are right it can be done. This article should help you out
Redirecting and Rewriting with mod_rewrite... |
Forum: PHP Feb 23rd, 2008 |
| Replies: 7 Views: 873 You can possibly achieve this by creating a table and setting its width to 100%, this will allow more data to be shown across the page. You can do something like this:
$exampleOuput = "<table... |
Forum: PHP Feb 23rd, 2008 |
| Replies: 11 Views: 1,209 Hi scorpionz.
I have never built one of these systems, but I have seen them done and know that they can be accomplished using PHP, Java, CSS, XHTML and XML. They can also be built and run on any... |
Forum: PHP Feb 23rd, 2008 |
| Replies: 9 Views: 1,250 As soon as I recieve I will have a look:) |
Forum: PHP Feb 23rd, 2008 |
| Replies: 4 Views: 622 Ah yes, so it is, sorroy my fault. I think though it is bad programming practice to pass an integer this way, but if it were ment to be parsed as a string, it's better to type cast the data type to... |
Forum: PHP Feb 23rd, 2008 |
| Replies: 13 Views: 1,323 Try putting single or double quotes around your values like this:
$usern1 = "Joe";
$pass1 = "abc";
$usern2 = "Jim";
$pass2 = "lmn";
$usern3 = "Jack";
$pass3 = "xyz";
The form you are... |
Forum: PHP Feb 23rd, 2008 |
| Replies: 4 Views: 622 Try taking the single quotes away from the zero in this line:
if($english_level!='0') change to if($english_level!= 0)
:) |
Forum: PHP Feb 22nd, 2008 |
| Replies: 9 Views: 1,250 Send me all of you code dami, I'll have a look:) |
Forum: PHP Feb 22nd, 2008 |
| Replies: 9 Views: 1,250 Hi dami,
Make sure those files exist and if they do, then they should be in those folders for them to be required. |
Forum: PHP Feb 22nd, 2008 |
| Replies: 7 Views: 1,526 You now need to install the DB Package for PEAR and point the files that are calling on the DB.php file to point to that folders direction.
P.S There is no need to change the php.ini file inside... |
Forum: PHP Feb 22nd, 2008 |
| Replies: 7 Views: 1,526 Open up your start menu and click on run, type in cmd then hit enter. Now I am not sure how your wamp setup directory is but I will base this on my installation, if the directory is different you... |
Forum: PHP Feb 22nd, 2008 |
| Replies: 19 Views: 5,541 Wait a tick, can you please post me the code for mime.php. I just clicked on that link you provided up the top and noticed something unusual. Just the first ten lines of it will be enough, only if... |
Forum: PHP Feb 22nd, 2008 |
| Replies: 19 Views: 5,541 It's no problem, have you checked to see if maybe there is a later version of the magic.mime your using, I was reading somewhere once that in windows 32 that there was a certain version that didn't... |
Forum: PHP Feb 22nd, 2008 |
| Replies: 19 Views: 5,541 Ok lets do a test to see if maybe you are returning a invalid value. Create this one line script:
<?php echo mime_content_type('a'); ?>
Name it mime.php
Next put it in your root directory,... |
Forum: PHP Feb 22nd, 2008 |
| Replies: 19 Views: 5,541 ummm.. undo the last change then and set it back to 0.
check and see if this line is uncommented in your httpd.conf file:
LoadModule mime_module modules/mod_mime.so |
Forum: PHP Feb 21st, 2008 |
| Replies: 7 Views: 1,526 Is this your own DB.php file, or are you trying to use the DB PEAR extension?
If it is the PEAR DB file, you need to install PEAR then download and install the DB package, but in saying that, the... |
Forum: PHP Feb 21st, 2008 |
| Replies: 19 Views: 5,541 Ok now that it is getting initialized that is great. Try changing this line:
mime_magic.debug = 0
back to:
mime_magic.debug = On
I done more research and it can be set like this. |