Re: [PHP] Using EditPlus with PHP

2002-03-27 Thread Sijan Khadka
This is what i have in EDITPLUS tools Menu text :PHP Syntax Check Command :c:\intraserver\php\php.exe Argument: -l -f $ (FileName) And I have checked 'Capture output' Sijan Khadka [EMAIL PROTECTED] > -Original Message- > From: Luca Grossi [mailto:

[PHP] Removing Certain Key==>Val from an array...

2001-09-26 Thread Sijan Khadka
How can we remove certain key==>val from an array? Lets say i have an array -- $cart = array ( "Software"==> "Redhat", "Book" ==> "Mastering PHP", "MusicCD" ==> "Jannifer Lopez" ) ; Here I want to remove "MusicCD" ==> "Jannifer Lopez" such that the $cart = array ( "Software"==> "Re