Removed Concatenation or the .= and made it equal sign or = and it works like a little sexy beast. Works in both 2.2.11 and 2.3.5 without any...
remove the (string) since php does not require type defs, and change while ($left < $right) $tmp = $left++; to while ($left < $right) {...
I wrote some functionality that you may want to use. I will note on wamp I got undefined index on line 95(inside while loop making array) but it...
Its fine, it is your project after all. I'm sure it will blossom into something cool once your fully done. I see what you mean about portability...
Ok I'm done, I needed to figure out design wise what would be simple yet display it in modern terms. Everything can be done using CSS3 and I only...
I see, it functions ok, Maybe improve the UI of it so its more graphical and looks less like a dos prompt and it would be ok. Is the password and...
I'll give it a try. Does it use shell_exec(), system(), or passthru(), or a mix of them all? It'd be nice to create a shell that works for the...
Did they get this working in php even though its for ASP.NET? Download the free visual web developer 2010, .net frame work 4.0(It should be...
Spark is a ASP.NET view and has nothing todo with PHP. I assume its similar to a template file that contains the presentation of a page. You need...
echo "<style="color:blue">hi how are u my friends?</style>"; Your not escaping the double quotes inside the double quotes. If your using double...
http://msdn.microsoft.com/en-us/library/ms187331.aspx
Maybe this will help i saw it and though of your issue...
Lighthttpd is better but its fairly newer and not used as much. Apache is more used, and has more tuts on its which give it the edge. Lighthttpd...
ASP is more of an all you can eat fast food deal while php is more of a home cooked meal. ASP like RAILS is an all in one deal with the whole...
follow tuts on ho to connect via w3c http://www.w3schools.com/PHP/php_mysql_connect.asp or use propel orm http://www.propelorm.org/
there are programs that do this that are written in php. Heres some free ones which I have used in the past. Your site may become slower if your...
Don't include the file name with extension. The title is just a way to describe what the content is. Add the file info in the content.
The title is parsed for certain flags that tell the parser to stop sending it. Your including a filename, and date in the title which red flags...
image map specs as per the def http://www.w3schools.com/TAGS/tag_map.asp software and info sites http://www.imagecure.com/mapdespro.html...
the COUNT() function only excepts on parameter or * and the key word DISTINCT with that one parameter. The parameter is the column name. Your...
Separate names with a comma.