Search found 4 matches

by maruuma
Sat Mar 15, 2008 4:45 am
Forum: PHP - Code
Topic: style in php
Replies: 1
Views: 215

Re: style in php

thank you
i find the solution.
by maruuma
Sat Mar 15, 2008 2:19 am
Forum: PHP - Code
Topic: style in php
Replies: 1
Views: 215

style in php

hi every one, i have this below code in php and i want to use a certin style code like: font-family: verdana, arial, Helvetica, sans-serif; font-size:10px; my php code is: mysql_connect($db_host, $db_user, $db_pass) or die(); mysql_select_db($db_name) or die(); $result=mysql_query("select * fro...
by maruuma
Thu Jan 24, 2008 6:27 am
Forum: PHP - Code
Topic: How to remove the fdf file using php code
Replies: 2
Views: 224

Re: How to remove the fdf file using php code

Thanxxxxxxxxxxxxx alot.
It is work. :D
by maruuma
Thu Jan 24, 2008 12:58 am
Forum: PHP - Code
Topic: How to remove the fdf file using php code
Replies: 2
Views: 224

How to remove the fdf file using php code

Hi every body, I'm new php user. I used the code belowe to create a file, and I need some help to remove the created file from the server: ***** PLEASE USE THE TAG *****[/color] if($fp=fopen($fdf_dir.'/'.$fdf_file,'w')){                 fwrite($fp,$fdf_data,strlen($fdf_data));                // echo...