
Daniel0
Staff Alumni-
Posts
11,885 -
Joined
-
Last visited
Everything posted by Daniel0
-
Oh well... he had other creative names such as phpFreaksCrusher and phpFreakWreckingBall as well.
-
Random fact: In February this year 73 bans were added. Most of those bans were to a single person. Check out this screenshot for instance. [attachment deleted by admin]
-
Yes, it's because PHP is not an ECMAScript language so naturally it does not support ECMAScript for XML... What exactly do you want?
-
Why would you learn it using ActionScript 2 when 3 is the latest version?
-
Those stats are hardly accurate: You could look at another website's log files and the figures could/would be much different.
-
There are various ways you could do that. If you are using the MVC pattern then you would probably have a search action in your respective controllers. It's a UML class diagram, but seeing as the diagram depicts models you are partially right that it is also a database schema.
-
http://www.phpfreaks.com/tutorial/basic-pagination
-
But you need a program that can read the exe file. No. It's getting compiled into machine code which the computer can understand.
-
Yes. If you include it from within the class then you should be within the scope of that class and $this should consequently be available to you.
-
When you ask people who to do something then it will always be helpful to give information about your system. Go into php.ini and find a line like extension=php_mysql.dll and check if there is a semi-colon in front of it. If there is, remove it, save and restart Apache.
-
You probably haven't enabled the mysql extension. Check php.ini
-
Include the file within a class or eval the code. In that way you'll be able to access $this for whatever object the file is called within.
-
You still have the problem with the cookies.
-
Think I'd make money off a local hosting company?
Daniel0 replied to tibberous's topic in Miscellaneous
@The Little Guy: Care to read all his posts? What you are saying doesn't make sense in the context. hopelessX is looking at providing Virtual Private Servers, not shared hosting. -
How to manage a php project with more than one programmers
Daniel0 replied to vcivilen's topic in Miscellaneous
Tom will enter in a moment and say "I prefer git" -
trying to remove partition on toshiba satellite a305-s6858 laptop...
Daniel0 replied to ardyandkari's topic in Linux
WinFS was dropped a long time ago. A shame I think... -
Whether accessing this site during work hours or from school depends on your point of view. As an administrator I'm one of the few people who have access to the server. Even within the admin ranks server access is further restricted. If I'd brought my laptop with me to school and I discovered a problem then it would be pointless to wait up to eight hours before I get home again. However, I never bring my laptop unless I need it for a very specific purpose.
-
trying to remove partition on toshiba satellite a305-s6858 laptop...
Daniel0 replied to ardyandkari's topic in Linux
Vista uses NTFS. Also, the Vista installer gives you a partition manager. -
Visualize a ladder. The higher you climb on the ladder, the richer the user experience. On the bottom of the ladder you have HTML, you have the raw unformatted content. If you climb a little higher then you will reach CSS and your content will now be formatted and look really nice. Climb even higher and you will reach Javascript will define behavior for your content. That is how those three things are often separated into layers. The first one being the content layer, the second being the presentation layer and the third one being the behavioral layer. If you just have the content layer then it will work for the user; s/he can read the content. If you add the second layer then you will style it and the consequently get a richer user experience. Add the last layer and the user will be able to interact with the content (because you added behavior to it) and s/he will get an even richer experience. In your instance this behavior would be whatever AJAX technique you are looking to implement. The reason why you would code if for both Javascript on and off is that you cannot rely on having Javascript on. Some might use a browser that does not support it (e.g. lynx) or they may deliberately turn it off. You shouldn't lock those users out so you should make the page work for them as well. The result is just that they will not benefit from the last layer. As an example of Javascript's richness, try to use Gmail in the default mode (i.e. Javascript) and then in basic mode (HTML-only). I'm sure you will find the Javascript enabled one much better.
-
Any reason why you can't just use PHP?
-
Home. However, if I bring my laptop somewhere else I might access it from that place (using the laptop) as well.
-
A good alternative for FILEZILLA? a free FTP?
Daniel0 replied to bilis_money's topic in Miscellaneous
Yeah I did it. I didn't bother giving a reason. -
You picked the FAQ board when moving, Barand. I moved it to the correct one.
-
Think I'd make money off a local hosting company?
Daniel0 replied to tibberous's topic in Miscellaneous
-
Think I'd make money off a local hosting company?
Daniel0 replied to tibberous's topic in Miscellaneous
I'll tell you how it's "possible": overselling Trust me, they wont be able to live up to what they promise (cf. this post for instance). I suggest you to write some small scripts that will keep on making big files and using bandwidth and see how well they're able to live up to "unlimited" bandwidth and disk space. Let me know what happens