Editing a PHP file from a form...
Posted: Sat Apr 22, 2006 1:48 pm
feyd | Please use
This is the category file, for example, if I want to add or delete or edit a category, how can i do that?? can anyone point to some tutorial, i've serached and i haven't found anything I can understand good...
The second question is the same, but the PHP file contains this (config.php):
Thank you!
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Hi again, i have 2 questions.. First is how can I edit a PHP file (called cat.php), from a form.. the cat.php doesn't contain php code, here it is...Code: Select all
Guitars
Bass
DrumsThe second question is the same, but the PHP file contains this (config.php):
Code: Select all
<?php
$usuario = 'user_name';
$password = 'password';
$nombre = 'Name';
$direccion = 'Address';
$titulo = 'Site Title';
$to = 'mail@mail.com';
$curency = " U$S";
$footer = "All rights Reserved";
?>feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]