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]