[PHP] Concerning SSL

2007-01-02 Thread R. Van Tassel
Hello everyone, I hope you all had a great new year. I'm having an issue with a website where changing the URL from http:// to https:// makes the images disappear. The images are all relative and not absolute. How can I fix this? Thanks, -Roy -- PHP General Mailing List (http://www.php.net/)

RE: [PHP] Concerning SSL

2007-01-02 Thread R. Van Tassel
as img src=images/myimage.jpg / if a root file is coded as img src=../images/myimage.jpg / if in a directory -Original Message- From: Jochem Maas [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 02, 2007 11:27 AM To: R. Van Tassel Cc: php-general@lists.php.net Subject: Re: [PHP] Concerning

RE: [PHP] Concerning SSL

2007-01-02 Thread R. Van Tassel
Thanks. http://www.loudmerch.com/clientservices/ user: php pass: list -Original Message- From: Jochem Maas [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 02, 2007 11:52 AM To: R. Van Tassel Cc: php-general@lists.php.net Subject: Re: [PHP] Concerning SSL R. Van Tassel wrote: How do

[PHP] PHP Forms

2006-05-04 Thread R. Van Tassel
I am having an issue with a form, basically an order form, with 10 rows. Each row is the same, the rows are being generated by a loop and I am appending the counter of the loop to the name of the form elements (i.e. quantity1, type1, next row = quantity2, type2, etc) I can't seem to receive

RE: [PHP] Routing downloads through PHP - Thanks!

2006-02-15 Thread R. Van Tassel
To develop locally try using the xampp package at www.apachefriends.org, really easy to set up. Thanks, -Roy http://www.myspace.com/GhostOrgy http://www.myspace.com/SuitOfLights Please add these artists as your friend on MySpace -Original Message- From: J_K9 [mailto:[EMAIL PROTECTED]

[PHP] Smarty Templates?

2006-02-08 Thread R. Van Tassel
I'm contemplating using Smarty Templates for a website and was wondering what opinions on them, pro or con, may be. Thanks in advance for all your help. -Roy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Levels of Site Protection

2005-04-15 Thread R. Van Tassel
they can download radio-quality mp3 versions of singles. Can anyone suggest how to approach this? Is the easiest way to set up a table of username and passwords associated with an id which would let me know what level of access they have and direct them accordingly? Thanks in advance... -R. Van

RE: [PHP] passing variables between pages without sessions

2005-03-13 Thread R. Van Tassel
Pass the variables through the URL string a href=mypage.php?myvariable=myvalueClick Here/a On the next page echo $myvariable and get myvalue. -Original Message- From: Ross Hulford [mailto:[EMAIL PROTECTED] Sent: Sunday, March 13, 2005 3:06 PM To: php-general@lists.php.net Subject:

[PHP] PHP Array question

2005-02-15 Thread R. Van Tassel
I have an array with image names like: $arrayone = array(1.jpg, 2.jpg); $arraytwo = array(a.jpg, b.jpg); Then I have a variable for each to count the number of elements: $arrayoneElements = count($arrayone); $arraytwoElements = count($arraytwo); I'm using the element

[PHP] Classes and Functions

2004-12-11 Thread R. Van Tassel
Can someone give me a distinction between the two and when to use / not use them? I want to thank everyone who replied about myFor loop question. All the answers were VERY helpful! Thanks very much. ~ R. Van Tassel

[PHP] For Loop

2004-12-08 Thread R. Van Tassel
in a neverending loop? What am I missing? Changing the condition of the for loop to $i = $months_arr_length; fixes everything and it works properly. Can someone please explain where my confusion is? Thanks, ~R. Van Tassel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] $this -

2004-12-02 Thread R. Van Tassel
Can someone please point me to the php documentation where it explains $this - What is the symbol - and is $this something only used in classes? I can't find any information that explains this specifically but see it used everywhere. Thanks, ~ R. Van Tassel

[PHP] Sessions and Shopping Cart

2004-12-01 Thread R. Van Tassel
in advance. ~ R. Van Tassel

RE: [PHP] PHPmysqladmin

2004-11-27 Thread R. Van Tassel
http://www.phpmyadmin.net/home_page/downloads.php -R. Van Tassel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, November 27, 2004 1:27 PM To: PHP general Subject: [PHP] PHPmysqladmin Where can you get PHPmysqladmin? I would like to load it on my

[PHP] Sessions and AOL?

2003-11-16 Thread R. Van Tassel
Hi everyone. I have a problem with a website that I don't understand. It seems that people using AOL can't see certain sections of this website. It is a directory section where a drop-down menu exists, you select the section you want to see and the page reloads with the information. The only