- 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.
162 Posted Topics
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. | |
Re: [quote="cscgal"]Thank you everyone who's contributed to techtalk in any way! You've all been great.[/quote] I know... :P :D | |
Re: I have the magic 140. :rolleyes: I only come here on the occassion, and when I do, it's just to complain or be cynical. (BTW - you may wish to get rid of the transparency on the drop down menu when u click on the poster's name to the right … | |
Re: It's NOT encryption. It's a hash. That means that it's not mathematically possible to decrypt an md5() encoded string. MD5() is designed to be a secure way of storting data for [i]authentication[/i], not for encryption. So, yes, a few times the same hash will come up for more than one … | |
Re: Advertising - try banner exchange programmes (http://banners.eukhost.com is one I can think of off hand)... Also make sure your members are really into the site, that will get them to tell other people about it, etc... | |
Re: ergh. That is pehaps the worst script I've seen in a long time. | |
Re: While this goes against my general feelings about it, you'd be well advised to steer clear of phpBB for a while, because it's rather outdated and lacks features such as subfora that most other board software has supported for a while. (Though, a new version is close to completion that … | |
This is unlikely to be the first thread of its kind and nor the last, but with the recent release of Firefox 1.0 final, it would be interesting to see how the current browser line up is. Personally, I'm a Firefox fan. | |
Well, I've searched Google to little avail so I've decided to ask here. I've currently set up a Media Centre PC in my room. Everything - even wireless LAN - works perfectly after several kernel recompilations, that is, excepting my TV card. As you may imagine, this is somewhat of … | |
Re: Heres a site that's garanteed to solve all of your computer troubles... [url="Windows RG"]http://www.deanliou.com/WinRG/WinRG.htm[/url] ;) :D | |
I'm using Visual Basic 6.0 Learning Edition. Does anyone know how to set an Icon for my program (other than the default)? When I click the '...' and then choose an Icon, it claim's I have 'set an Invalid property value'. Can anyone help with this? | |
Re: Due to a restriction in the HTTP Protocol, YOU HAVE TO SEND COOKIES AND OTHER HEADER DATA BEFORE [b]ANY[/B] OUTPUT. The best way I can think of doing that without to many drastic changes would be to move the first php line to the very top. If that chnges the … | |
Re: [QUOTE=cscgal]Programmers would become experts at programming in QBASIC and nothing new would ever happen.[/QUOTE] Do not diss QBASIC. :P | |
Re: 1: It may have its problems, but so does Mozilla. 2: It's intergrated with Windows | |
Re: Would you be talking about my site? :P I've been forced to use that system because I've had people trying to sign up and abuse myself and other members. It also happened at another board. Those people often fail to provide accurate e-mail addresses, meaning they can't post, and if … | |
Re: It might be more helpful just go get phpMyAdmin. It's completely free, and offers all the facillities you desire (and lots more). [url]http://sourceforge.net/projects/phpmyadmin/[/url] | |
Re: I don't currently have Flash MX installed, but I think, in the library pane (press F11???), if you right-click on an image and click properties or something, there are some additional options to do with image quality. | |
Re: And I thought you were the pc gal. You disappoint me Dani... :P | |
Re: Oh really? Where can i get this programme? Do u know if it includes MSN 6? ![]() | |
Re: [quote="cscgal"]Actually I'm going to use the parts to eventually put together a new machine. It might just take me awhile b/c I'm short of a few things (e.g. a case, a hard drive, and cd-rom drive)[/quote] And give it to me, right? :D | |
Re: Predicably, I must disagree. IE works fine here and is pretty stable. Perhaps my Euro-trash-y computer and the trashy IE are cancelling the trashiness of each other out? :rolleyes: |
The End.