$Cid will only work if you've got register_globals enabled in PHP. Otherwise you will need to add something like this to your details page: [code]$Cid = (int) $_GET['Cid'];[/code]
I use PHP Designer 2006. I stumbled across this software through php-editors.com, and haven't looked back. PHP Designer 2005 was nice, but 2006 has some improvements. My favorite part is that it actually uses proper syntax highlighting colors, which many free editors don't seem to support for some reason.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.