Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Showing results 26 to 50 of 50
Search took 0.01 seconds.
Search: Posts Made By: snowbydave1
Forum: Beginning PHP March 19th, 2007, 01:22 AM
Replies: 4
Views: 1,083
Posted By snowbydave1
How to upload TrueType font with PHP

Dear Friend,


I want to upload TrueType (.TTF) font.

<input type="file" name="font_file"> will not helpful. When I select .TTF file from Browse popup window will not select .TTF font.

Is...
Forum: PHP FAQs March 19th, 2007, 01:22 AM
Replies: 0
Views: 963
Posted By snowbydave1
How to upload TrueType font with PHP

Dear Friend,


I want to upload TrueType (.TTF) font.

<input type="file" name="font_file"> will not helpful. When I select .TTF file from Browse popup window will not select .TTF font.

Is...
Forum: Pro PHP March 16th, 2007, 09:13 AM
Replies: 0
Views: 761
Posted By snowbydave1
PHP unlink() will notdelete file

Dear Friend,

Unlink does not delete file in WinXP even file is NOT open by other process, software or file attribute is also NOT readonly.

@chmod(PRODUCT_LARGE_PATH . $dest_file, 0755);...
Forum: PHP How-To March 16th, 2007, 09:13 AM
Replies: 2
Views: 1,963
Posted By snowbydave1
PHP unlink() will not delete file

Dear Friend,

Unlink does not delete file in WinXP even file is NOT open by other process, software or file attribute is also NOT readonly.

@chmod(PRODUCT_LARGE_PATH . $dest_file, 0755);...
Forum: PHP Databases March 16th, 2007, 09:12 AM
Replies: 0
Views: 769
Posted By snowbydave1
PHP unlink() will notdelete file

Dear Friend,

Unlink does not delete file in WinXP even file is NOT open by other process, software or file attribute is also NOT readonly.

@chmod(PRODUCT_LARGE_PATH . $dest_file, 0755);...
Forum: Beginning PHP March 16th, 2007, 09:11 AM
Replies: 0
Views: 833
Posted By snowbydave1
PHP unlink() will notdelete file

Dear Friend,

Unlink does not delete file in WinXP even file is NOT open by other process, software or file attribute is also NOT readonly.

@chmod(PRODUCT_LARGE_PATH . $dest_file, 0755);...
Forum: PHP FAQs March 16th, 2007, 09:11 AM
Replies: 0
Views: 1,359
Posted By snowbydave1
PHP unlink() will notdelete file

Dear Friend,

Unlink does not delete file in WinXP even file is NOT open by other process, software or file attribute is also NOT readonly.

@chmod(PRODUCT_LARGE_PATH . $dest_file, 0755);...
Forum: Pro PHP March 7th, 2007, 02:57 AM
Replies: 0
Views: 1,085
Posted By snowbydave1
Cannot delete file from Remote server.

Hi,

I want to delete file from remove server eg. http://64.131.83.124/PATH

I had set permission to 777 on my Linux server.

I had echo path and file name. Everything is correct though I am...
Forum: PHP Databases March 7th, 2007, 02:54 AM
Replies: 0
Views: 809
Posted By snowbydave1
Cannot delete file from Remote server.

Hi,

I want to delete file from remove server eg. http://64.131.83.124/PATH

I had set permission to 777 on my Linux server.

I had echo path and file name. Everything is correct though I am...
Forum: Beginning PHP March 7th, 2007, 02:53 AM
Replies: 0
Views: 779
Posted By snowbydave1
Cannot delete file from Remote server.

Hi,

I want to delete file from remove server eg. http://64.131.83.124/PATH

I had set permission to 777 on my Linux server.

I had echo path and file name. Everything is correct though I am...
Forum: PHP FAQs March 7th, 2007, 02:52 AM
Replies: 0
Views: 2,147
Posted By snowbydave1
Cannot delete file from Remote server.

Hi,

I want to delete file from remove server eg. http://64.131.83.124/PATH

I had set permission to 777 on my Linux server.

I had echo path and file name. Everything is correct though I am...
Forum: PHP How-To March 7th, 2007, 02:51 AM
Replies: 0
Views: 673
Posted By snowbydave1
Cannot delete file from Remote server.

Hi,

I want to delete file from remove server eg. http://64.131.83.124/PATH

I had set permission to 777 on my Linux server.

I had echo path and file name. Everything is correct though I am...
Forum: PHP FAQs March 5th, 2007, 05:10 AM
Replies: 0
Views: 1,062
Posted By snowbydave1
Which default folder used for TrueType font in Lin

I had used imagettftext() for writing text on image.

To used different font we have to passed font name with its location on OS.

It will work nice with Win XP, I had used c:/windows/fonts...
Forum: Beginning PHP March 5th, 2007, 05:09 AM
Replies: 1
Views: 1,101
Posted By snowbydave1
Which default folder used for TrueType font in Lin

I had used imagettftext() for writing text on image.

To used different font we have to passed font name with its location on OS.

It will work nice with Win XP, I had used c:/windows/fonts...
Forum: PHP Databases March 5th, 2007, 05:08 AM
Replies: 0
Views: 875
Posted By snowbydave1
Which default folder used for TrueType font in Lin

I had used imagettftext() for writing text on image.

To used different font we have to passed font name with its location on OS.

It will work nice with Win XP, I had used c:/windows/fonts...
Forum: PHP How-To March 5th, 2007, 05:05 AM
Replies: 0
Views: 751
Posted By snowbydave1
Which default folder used for TrueType font in Lin

I had used imagettftext() for writing text on image.

To used different font we have to passed font name with its location on OS.

It will work nice with Win XP, I had used c:/windows/fonts...
Forum: Pro PHP March 5th, 2007, 05:04 AM
Replies: 0
Views: 883
Posted By snowbydave1
Which default folder used for TrueType font in Lin

I had used imagettftext() for writing text on image.

To used different font we have to passed font name with its location on OS.

It will work nice with Win XP, I had used c:/windows/fonts...
Forum: Other Programming Languages March 2nd, 2007, 09:30 AM
Replies: 1
Views: 960
Posted By snowbydave1
Problem of Stored Page caching in IE

Dear Friends,


I have developed site which will gives effect on a image with the help of image_filter() of PHP 5.2. eg contract, grey scale, emboss etc...

Effect applied properly on image, but...
Forum: PHP FAQs March 1st, 2007, 07:11 AM
Replies: 0
Views: 1,133
Posted By snowbydave1
Browser cannot display fresh image.

Dear Friends,


I have developed site which will gives effect on a image with the help of image_filter() of PHP 5.2. eg contract, grey scale, emboss etc...

Effect applied properly on image, but...
Forum: Moderated Pro PHP March 1st, 2007, 07:09 AM
Replies: 0
Views: 388
Posted By snowbydave1
Browser cannot display fresh image.

Dear Friends,


I have developed site which will gives effect on a image with the help of image_filter() of PHP 5.2. eg contract, grey scale, emboss etc...

Effect applied properly on image, but...
Forum: Pro PHP March 1st, 2007, 07:01 AM
Replies: 6
Views: 1,753
Posted By snowbydave1
Browser cannot display fresh image.

Dear Friends,


I have developed site which will gives effect on a image with the help of image_filter() of PHP 5.2. eg contract, grey scale, emboss etc...

Effect applied properly on image, but...
Forum: PHP How-To March 1st, 2007, 03:06 AM
Replies: 2
Views: 775
Posted By snowbydave1
Dear Mac, I had tried your code. Even I had...

Dear Mac,

I had tried your code. Even I had applied all meta tag related to caching. But none of them are work perfectly on IE.

I have not idea about AJAX. Do you have any readymade script...
Forum: PHP How-To February 14th, 2007, 02:14 AM
Replies: 2
Views: 775
Posted By snowbydave1
Problem of Stored Page caching in IE

Dear Friends,


I have developed site which will gives effect on a image with the help of image_filter() of PHP 5.2. eg contract, grey scale, emboss etc...

Effect applied properly on image, but...
Forum: PHP How-To November 27th, 2006, 05:51 AM
Replies: 0
Views: 1,380
Posted By snowbydave1
Want to paste image in back of another image

Hi everybody,

I am using PHP 5.2.0, MySQL 5.0.2 NT.

I will merge two image with imagecopy() successfully.

But what I want is that I want to paste second image in first of one. It is exactly...
Forum: Javascript October 26th, 2006, 03:54 AM
Replies: 2
Views: 1,392
Posted By snowbydave1
JavaScript editor

My company is in need of a JavaScript WYSIWYG editor. Yes I can download one from the internet, but I need Drag and Drop ability included, which the ones online don't have.

This will be for a...
Showing results 26 to 50 of 50

 




Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.