- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 13
- Posts with Upvotes
- 7
- Upvoting Members
- 10
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
That's very kind of you, but I don't like nutshells.
- Interests
- Web Deisgn
- PC Specs
- Thanks.
Re: Dani did this just to annoy me. :P While I agree that phpBB 2.0.x offers few features that most other boards offer, it's important to keep in perspective that it's quite old - several years or more in fact. [url="http://area51.phpbb.com/"]phpBB 2.2[/url], the newest version they plan to release, offers many … | |
Re: It would be helpful if you were to provide the error returned, or a description of what's not working correctly. | |
Re: [quote="MIQuebec.NET"]You must give content type see the example below: mail($to, $object, $message, "From: $from\nReply-To: $from\nContent-Type: text/html;); 8)[/quote] Isn't there a " between the [code]text/html;[/code] and the [code]);[/code] ? | |
| Re: Or, if you (very wisely) do not have auto_globals enabled, then $_SERVER['PHP_SELF']. |
Re: Is there some kind of reset button on the back of the device? Can you remember the IP address that you entered, if so, try connecting to that address. | |
Re: [QUOTE=starsunited]from what i have research, there are some barcode scanner which is uSB and are keyboard wedge have built in decoders that can read several barcode types and send them via the keyboard so info scanned appears as if it has been typed. Therefore does it means that, if the … | |
Re: Make sure your code is compatible with more browsers than just IE. And Dani, the code should be: <img src="smiley.gif" [b]/[/b]> :p :) | |
Re: Also, if you share your computer amongst multiple users, you can restrict access to certain files and folders to yourself only, for example. | |
Re: Try replacing $PHP_SELF with $_SERVER['php_self'] | |
Re: [url]www.php.net[/url] Go to downloads... downlaod what you need... absolutely free and open source. PHP is compiled at run time. The Zend Optimiser merely cleans up the code to make it compile faster... but it is always compiled at run time; ie, when a user accesses the webpage. | |
Re: [php] echo "<table cellpadding="2" cellspacing="2" border="1" style="text-align: left; width: 400px;"> [/php] The problem is that you're using double quotes inside double quotes (and you also forgot to end the statement properly). PHP thinks you've finished echoing, when you obviously haven't. Just change the outer pair to single quotes, like so: … | |
Re: [QUOTE=billy61788]I do ctrl+alt+del and then lock computer and put in my password[/QUOTE] Wait a moment there! You press Ctrl + Alt + Del, click Lock (or just press the Windows Key and L) and then it's locked. You'll see in this stage, you can do absolutely nothing except enter your … | |
Re: Yes, just 3000 or so... Don't worry about member numbers. Just get the site going, and people will look around your site. If they like what they see, they'll sign up. | |
Re: [quote="Bob"]Forget computers, being cool, and people sucking up. Women will always prefer guys with fast cars.[/quote] Who do u think comes up with the engines for fast cars? :P | |
Re: The website that told you to use $PHP_SELF is severely out of date. Instead, use $_SERVER['PHP_SELF'] | |
Re: It has to end in .php to be parsed by the PHP engine, change your file name back to PrintInfo.php. The HTML code (within the PrintInfo.php code) will not be analysed by the PHP parser, bnut instead be sent straight to output. The PHP parser only reads between the <?php … | |
Re: Google Desktop Search seems to me a superior product, and also allows the index to be encrypted at a user's option. | |
Re: If you don't have a child's toybox ;) then use a normal screwdriver but wrap the top of the blade (closets to the handle) in Electritian's Tape. | |
Dani... I'm disappointed in you. [url=http://validator.w3.org/check?uri=http%3A%2F%2Fwww.daniweb.com%2F&charset=%28detect+automatically%29&doctype=%28detect+automatically%29&ss=1]Results of Webpage Validation[/url] :P | |
Re: By the looks of it your CPU has a very fast pulse rate. jk ;) (The graph looked like a cardiogram... ) Whatever this process is, it must be doing something big every couple of seconds. Are you networked or anything, perhaps acting as a server for user roaming? | |
Re: That's usually best. Saves a lot of hassle. | |
Re: Doesn't that just crash the Remote Procedure Call Service, which triggers an automated shutdown because no other systerm service can run without it? Not a freeze. | |
Re: Are you supposed to have a directory structure in the remote file? | |
Re: In a loop, the break and continue keyworks work as in C; however, for IF I am not certain. Best to try them out and see what works, or check [url]www.php.net[/url] | |
Re: I use windows because it is reliable, adaptive, and works, at least for me. If your version doesn't it's probably Windows is misconfigured or low system specs. | |
Re: I had a similar Error on my Win 2003 Server until I installed a firewall. Try ZoneAlarm. [url]http://www.zonelabs.com/store/content/company/products/znalm/freeDownload.jsp?lid=zadb_zadown[/url] Just click "Downlaod FREE Zonealarm", don't worry about nething else. Then Install it by following the instructions. | |
Re: [quote="inscissor"]QBASIC[/quote] Yeah! QBASIC rulez! Anyway, back to the topic... If you want to learn PHP, you might want to download a free websever. That way, you won't need to keep uploading your code to test it... it can be very tedious to find that the error you searched for for … | |
Re: PHP is a dynamic programming language. It, for example, generated the page that your are viewing now. |