13 Jul, 2007
Posted by: Jennifer In: PHP
I probably already have this posted somewhere, I know I use it a ton but always have to look it up for the exact syntax. Here's how you can get the name of the current file (ie. if your file is "aboutus.php" this will echo "aboutus.php") <?php $currentFile = $_SERVER["PHP_SELF"]; $parts = Explode('/', $currentFile); echo […]
The main reason I've seen that error come up in javascripts is because a form name or field name has been misspelled somewhere. Tonight, while I combed over every name until my vision was crossed – I discovered a new reason why you might get this error: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> I was working […]
Comments Off on Warning: reference to undefined property
06 Jul, 2007
Posted by: Jennifer In: cubecart
As I wrote in the comments on this post, I have a new project that needed a shopping cart again. I tried Zen Cart again, and again I quickly remembered why I hated it so much. If I ever even so much as think of trying that package, just hand me the spork to remind […]
Something strange happened to my email address (the one that receives comment notifications from this site, of course) – it just sort of disappeared off the server. I've set it up again, so everything should be fine now – but if you've tried to contact me and I haven't responded, or if you left a […]