Jump to content

Rianna

Members
  • Posts

    23
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Rianna's Achievements

Member

Member (2/5)

0

Reputation

  1. Hi, will this bring up the items in my array for each new day? $now = date(); Please let me know, thanks!!
  2. OK, I get what you mean, I should have also said text. If I want the text to change, I have some odd things going on, on my pages so I will need it. What about it? Javascript the only good second, minute, and even hour timers? Thanks much for the thinking outside the box, anyway as you both do. ;) Its appreciated.
  3. Is javascript the only option, will any other scripts that you know of do it as well? Trying to avoid javascript for a few reasons. Thanks.
  4. Hello, I prefer using php but someone said you can't rotate ads on a timer using php, you have to use javascript, is that true? Thank you very much!
  5. Not sure what you mean, can you show me a string for this please, to use instead of mine. Thank you very much!
  6. Hello, I would like to change some php to calling on something by day. The one I have only calls on something randomly. Do you know how I can alter this string to accomodate this? Thanks! $banner_no = (rand()%(count($s_con)-1)); Just so you know what the above does, gets a random number which is in the content of my file. for instance if I have 1-some text 2-different text 3-some other text It grabs one of these numbers and the text along with it to display randomly. I would like it to display by day and in order instead.
  7. Hello, I would like to know what ereg means, explaining it to someone who knows little about php. All the definitions I look up make no sense to me the way it is explained. Thanks!!!  ::)
  8. If this doesn't work, any way to make an onclick to a new page size work with a form action? Thank you.
  9. Hello, I was told I could use the window.open command in the php part of my form to open my thank you and error pages in a new window size. But how? Here is the code that it might need to be something like. "NewWin=window.open('http://www.mypagethatneedsresized.html/','NewWin', width=620,height=390,');" How can I add that to the code that look like this on my php page. I tried several but none of them worked....... Thank you very much! Jen header('Location: [a href=\"http://www.moonbaby.info/linkexchange/main/exchangethankyou.html');\" target=\"_blank\"]http://www.moonbaby.info/linkexchange/main...you.html');[/a] if (empty($_REQUEST['postit'])) { header('Location: [a href=\"http://www.moonbaby.info/linkexchange/main/exchangeerror.html');}\" target=\"_blank\"]http://www.moonbaby.info/linkexchange/main...or.html');}[/a]
  10. Thanks, you can use javascript inside your php code? Jen
  11. Sure, for instance this is what is says it the php part of my form. _____________________________________________________ $errorurl = "http://www.mywebsite/error.html" ; $thankyouurl = "http://www.mywebsite/thankyou.html" ; if (empty($email) || empty($fastmail)) { header( "Location: $errorurl" ); exit ; header( "Location: $thankyouurl" ); _____________________________________________________ What code can I add to this to make the error thank you pages open in a new browser window. And also to open in sizes I can specify? Thanks a lot!
  12. Hi, what is the code to specify the new page size of our error and thank you pages for our php form? Mine are so small, I would like to put them in a small window. Thank you very much! Jen
  13. ??? Are you saying I need to set it up through the php ini? If so how? Thanks. [!--quoteo(post=377523:date=May 27 2006, 03:22 AM:name=redarrow)--][div class=\'quotetop\']QUOTE(redarrow @ May 27 2006, 03:22 AM) [snapback]377523[/snapback][/div][div class=\'quotemain\'][!--quotec--] php.ini set the email up of your isp ok. [/quote]
  14. Thanks but it is not working anyway. My email is not sending, I am getting an error message from the server. I need to know about this ISP question above. What do I enter into the ISP area of the command.
  15. Hello these instructions someone gave me to get my "From: "in my email to give my own email address as follows... $headers = 'From: youremailstuff@yourisp.com' . "\r\n" . 'Reply-To: youremailstuff@yourisp.com' . "\r\n" . 'X-Mailer: PHP/' . phpversion(); I am doing something wrong. I am getting this error message from the server. This is what the server message says. "MAILER-DAEMON@smtp04-02.mesa1.secureserver.net We're sorry. There's a problem with the e-mail address(es) you're trying to send to. Please verify the address(es) and try again." I was told to enter my isp in the from and the reply as you can see above. I took that as meaning my server IP address. Is this incorrect? If it is the IP how to I write it, as numbers with the usual periods in between or something else. If it isn't the IP but an ISP what exactly do you mean? Do you mean my host has its own ISP address that I can refer to? Or is there an individual ISP for each hosted account? Let me know please, thanks, Jen
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.