Forum: PHP Feb 8th, 2006 |
| Replies: 1 Views: 1,517 I have a list of files that are pictures but i want to have
<- previous next -> under each picture that goes to the next picture.
Was thinking maby should create an array of all the images and... |
Forum: PHP Dec 20th, 2005 |
| Replies: 5 Views: 2,168 what would i use to make thumbnails?
using php that is |
Forum: PHP Dec 20th, 2005 |
| Replies: 5 Views: 2,168 no want to make thumbnails |
Forum: PHP Dec 19th, 2005 |
| Replies: 5 Views: 2,168 I have a directory full of pictures how do i shrink them?
Have juse installed gd
Can anyone help me? |
Forum: PHP Dec 18th, 2005 |
| Replies: 1 Views: 1,702 How how do i shrink images using php?
OS: Linux |
Forum: PHP Dec 18th, 2005 |
| Replies: 5 Views: 4,388 can you give me an example of one of the functions? |
Forum: PHP Dec 18th, 2005 |
| Replies: 3 Views: 1,463 do i have to set permitions or should it just work? |
Forum: PHP Dec 14th, 2005 |
| Replies: 5 Views: 4,388 would most like if it was just txt pad that it read from |
Forum: PHP Dec 14th, 2005 |
| Replies: 4 Views: 2,226 where is all the code for these layouts ? |
Forum: PHP Dec 14th, 2005 |
| Replies: 5 Views: 4,388 I am looking for a very simple calander function that just reads info from mysql or txt file what ever is handier
Can anyone recommend a setup? |
Forum: PHP Dec 10th, 2005 |
| Replies: 3 Views: 1,463 no this does not seam to be working
do not know why |
Forum: PHP Dec 3rd, 2005 |
| Replies: 3 Views: 1,463 I have writen a scipts in linux its called user.sh
i wounder how do i run it in a php script
I can if i just run it in command line ./user.sh it works perfect
but can i add it into my... |
Forum: PHP Nov 28th, 2005 |
| Replies: 4 Views: 10,146 Is it phpbb2 that your looking at using? |
Forum: PHP Nov 28th, 2005 |
| Replies: 4 Views: 1,274 if(!($dp = opendir($image))) die ("Cannot open Directory.");
$i=1;
echo "<TABLE align=center text-align=center><CENTER>";
echo "<TR>";
while($file = readdir($dp)){
if($file != '.' && $file... |
Forum: PHP Nov 8th, 2005 |
| Replies: 1 Views: 1,920 I am now being told have to make a smtp connection to server to send it from my account
How do i do this?
Otherwise it will not send form mail@somdomail.ie |
Forum: PHP Nov 8th, 2005 |
| Replies: 1 Views: 1,920 I am using the mail function in php
mail()
but its keeps sending all the bounch backs to nobody@purple.webhostingireland.ie
and i want it to be mail@somdomail.ie
Any chance of changing... |
Forum: PHP Nov 7th, 2005 |
| Replies: 2 Views: 1,543 How do i use this str_replace with this
bla@bla.com
blac@bla.com
namit@namit.com
and so on
so i have setup
$email = str_replace(" ", ", ", $mail_list); |
Forum: PHP Aug 27th, 2005 |
| Replies: 8 Views: 1,540 sorry to bother you again but looked on hot scripts and there are a lot of ones can you recommend any? |
Forum: PHP Aug 27th, 2005 |
| Replies: 8 Views: 1,540 do you find that this setup is very common that you do not pay online you just get a reference number and pay when you pick up goods? |
Forum: PHP Aug 26th, 2005 |
| Replies: 8 Views: 1,540 Hey
Thats great very good setup but just need to change one thing
If i can replace the option of paying online with just people getting a number that they show when they arrive at the... |
Forum: PHP Aug 26th, 2005 |
| Replies: 8 Views: 1,540 well i am looking for one that you just get a reference number and you can pick it up form the desk. |
Forum: PHP Aug 25th, 2005 |
| Replies: 8 Views: 1,540 Just wondering how to start with this, want to make just an shopping cart .
Want to do the following.
Just there is a list of food on my catalog, then when you click into the checkout it give... |
Forum: PHP Jul 29th, 2005 |
| Replies: 1 Views: 1,601 I have the following
while($file = readdir($dp)){
if($file != '.' && $file != '..')
{
echo "<TD>";
echo "<a href='$image/$file' target='_blank'><img src='$image/$file'... |
Forum: PHP Jul 29th, 2005 |
| Replies: 1 Views: 1,083 does winrar not be able to do that ;) ? |
Forum: PHP Jul 29th, 2005 |
| Replies: 3 Views: 1,735 |
Forum: PHP Jul 7th, 2005 |
| Replies: 8 Views: 3,371 Got it but just one problem i get an error if it exceeds 30 seconds
Fatal error: Maximum execution time of 30 seconds exceeded in C:\Apache\Apache2\htdocs\ping\pingshort.php on line 12
... |
Forum: PHP Jul 7th, 2005 |
| Replies: 8 Views: 3,371 Because this can not be copied into a sting, or can you?
//check target IP or domain
$string = system("ping -n 1 192.168.2.11"); // your ping output data
echo "$string";
if... |
Forum: PHP Jul 7th, 2005 |
| Replies: 8 Views: 3,371 I am just looking to tidy the output form
echo '<body bgcolor="#FFFFFF" text="#000000"></body>';
echo("Ping Output:<br>");
echo "<pre>";
$i = "11";
//check target IP or... |
Forum: PHP Jul 6th, 2005 |
| Replies: 8 Views: 3,471 |
Forum: PHP Jul 6th, 2005 |
| Replies: 4 Views: 2,524 Thank you for your help got it done it was not that hard. :D |
Forum: PHP Jun 25th, 2005 |
| Replies: 4 Views: 2,524 Go on you know you want to fix it for me at least show me how to put one if statement in it to check if the fields are filled in properly.
Thank you |
Forum: PHP Jun 25th, 2005 |
| Replies: 4 Views: 2,524 I have the following code
How do i first edit this to take errors and also to be able to attach files.
<?php
//Gets these from page before
$mail_ref = $_GET['mail_ref'];
$mail_title =... |