Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~235 People Reached
Favorite Forums
Favorite Tags
php x 2
Member Avatar for rajeesh_rsn

I need to delete a file using php function and then redirected the page to another one. I tried with this code : ----------------------------------------- [ICODE]delete("$file"); function delete($file){ unlink ($file); header("Location: npp.php"); }[/ICODE] Works fine in my local host but the following error coming when upload to server : [ICODE]Cannot modify …

Member Avatar for rajeesh_rsn
0
179
Member Avatar for virk1711

[ICODE]How to parse some selected information from XML file using php [/ICODE]

Member Avatar for somedude3488
0
56