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 1 to 6 of 6
Search took 0.01 seconds.
Search: Posts Made By: G-Zilla
Forum: PHP How-To August 26th, 2003, 11:00 AM
Replies: 3
Views: 1,901
Posted By G-Zilla
PHP functions

Hey I have a php function that I would like to execute if the user clicks on a link.

I tried something like
echo "<a href='DELETE($query)'>Click here to delete record</a>";

But that tried...
Forum: Beginning PHP July 11th, 2003, 09:31 AM
Replies: 4
Views: 1,805
Posted By G-Zilla
For those that are having the same problem: ...

For those that are having the same problem:

<?php
Header("Content-type: image/jpeg");
$image = ImageCreate(300, 300);
$gray = ImageColorAllocate($image, 204, 204, 204);
$blue =...
Forum: Beginning PHP July 11th, 2003, 09:14 AM
Replies: 4
Views: 1,805
Posted By G-Zilla
Imaging

<?php
Header("Content-type: image/jpeg");
$image = imagecreate(200,150);
$gray = ImageColorAllocate($image,204,204,204);
$blue = ImageColorAllocate($image,0,0,255);...
Forum: Wrox Book Feedback July 7th, 2003, 03:14 PM
Replies: 1
Views: 1,229
Posted By G-Zilla
Is the book wrong or me?

<html>
<head>
<title>

</title>
</head>
<body>
<?php
$image = ImageCreate(200,150);
$gray = ImageColorAllocate($image,204,204,204);
Forum: Wrox Book Feedback July 4th, 2003, 12:57 PM
Replies: 2
Views: 2,198
Posted By G-Zilla
Thanx, ya I gave up on PWS a little while after I...

Thanx, ya I gave up on PWS a little while after I posted this, I hate windows trying to make everything so dummy proof. Anyway I had downloaded that stuff and have it all running good now, thanx...
Forum: Wrox Book Feedback July 2nd, 2003, 10:23 AM
Replies: 2
Views: 2,198
Posted By G-Zilla
PWS + PHP

Hello I bought your book "Beggining PHP4" and the link you gave for downloading the version of php you suggest using (http://php4win.de) is under 'hibernation'. Is it horrible to use the version at...
Showing results 1 to 6 of 6

 




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