PHP scripting help please

This is a discussion on "PHP scripting help please" within the PHP Forum section. This forum, and the thread "PHP scripting help please are both part of the Program Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices




Closed Thread
 
LinkBack Thread Tools
  #1  
Old Oct 9th, 2003, 15:03
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 341
Thanks: 0
Thanked 0 Times in 0 Posts
Drop the frameset first...
Oh and the page transitions...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!

  #2  
Old Oct 9th, 2003, 15:29
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 158
Thanks: 0
Thanked 0 Times in 0 Posts
There is a lot of info there that needs some serious layout adjustment. It seems a bit all over the place. Tidy it up and apply some styles.

Kill the frames and kill the flash buttons.

u2o
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #3  
Old Oct 9th, 2003, 21:58
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
I agree with everyone here. This site is difficult to browse. I don't even know where to start.

Your friend needs to think and pretend he is the visitor. Where do you go if you have a specific problem? It might be apparent to him, but he designed the site! I've never seen this site before and I don't know where to go or what to do. You have to lead visitors by the hand.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #4  
Old Oct 9th, 2003, 22:02
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
Here is a site, posted recently in another thread, that has a great deal of information and presents it well:

http://www.myie2.com/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #5  
Old Oct 14th, 2003, 17:11
Reputable Member
Join Date: Aug 2003
Location: Singapore
Posts: 321
Thanks: 0
Thanked 0 Times in 0 Posts
its quite cluttered yes and if i were you, i'll do away the frames.

cut out the fat ( banners and uneeded that make an already messy site more cluttered)

use text instead of flash for navigation. flashing for the sake of flashing..no good

i'll tell u more later; i've got 2 go now
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #6  
Old Oct 14th, 2003, 19:39
Highly Reputable Member
Join Date: Aug 2003
Location: Australia
Posts: 662
Thanks: 0
Thanked 0 Times in 0 Posts
ok, well I am free for the day so I will give you some tips.

first off, like everyone else said, frames are no good. They make it painful, and Flash navigation is a huge waste of time/navigation do to the fact that theres no point for it.

next thing, Way too much text. Add some more pictures to the white boring pages. (this is reffering to the How To tab and down)Seriously, the white page is so boring. If you want a banner on top and not have to redo it everytime, then please make a template. Also, the text all being centered makes it less interesting as well, the font doesnt fit your site, get rid of the Times New Roman style font.

Then.. Yes there is more, lol. Your How to/ FAQ sections; ok.. Dont put them in a drop down menu and then hit go. This isn't selecting a country. Instead, put them in a table, with the name and a much better/longer description of what you will learn, or what it is about in detail. You will help more people this way. Also, you pages are boring. Its the centered text all over the site. Do something else with it, change the font, change the size in some places. Make links to other pages using keywords, etc...

Now, there are probably other things people will find or tell you about. But if your friend doesnt fix anything this is what he needs to fix.

1. Give it some room to breathe. Everything is jam packed in there.
2. Give it some more color, pictures, or a font change.
3. Get rid of the Flash navigation, as for the rest, it is just a suggestion, but I think these are important.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #7  
Old May 14th, 2004, 13:32
Junior Member
Join Date: Mar 2004
Location: United Kingdom
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
PHP scripting help please

I am trying to create 2 PHP functions without success.
When I tested them in the browser all I get are blank screens.

1. Create a function that works out how many days to my next birthday on 23 March 2005.
2. To create a function that takes one number as its parameter and output if the number is Odd, Even or Prime.

All help much appreciated.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #8  
Old May 15th, 2004, 11:47
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
If all you're getting are blank screens then find your PHP.ini file and turn ON all errors and that way you can see what the parser is having problems with. If you still have no luck, try the links and info below...!





Here's a really handy page with functions and examples for your first question:
http://www.devshed.com/c/a/MySQL/Pra...PHP-and-MySQL/

As for the second question... Even numbers when divided by 2 are whole, odd numbers are not... You can use modulo for that.

And I'm sure you can work out Prime numbers...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #9  
Old Jun 14th, 2004, 16:02
Junior Member
Join Date: Mar 2004
Location: United Kingdom
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
<blockquote id="quote"><font size="1" face="geneva, verdana, arial" id="quote">quote:<hr height="1" noshade id="quote">Originally posted by Sirkent

If all you're getting are blank screens then find your PHP.ini file and turn ON all errors and that way you can see what the parser is having problems with. If you still have no luck, try the links and info below...!





Here's a really handy page with functions and examples for your first question:
http://www.devshed.com/c/a/MySQL/Pra...PHP-and-MySQL/

As for the second question... Even numbers when divided by 2 are whole, odd numbers are not... You can use modulo for that.

And I'm sure you can work out Prime numbers...
<hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote">

Could you please tell me what the parser is?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #10  
Old Jun 14th, 2004, 20:06
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
The parser is the part of PHP that reads in and interprets your code into machine code, so that your computer can process that code and return the results you need. This is also known as the interpreter, but because PHP does this on the fly, it's known as parsing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Closed Thread

Tags
php, scripting, help

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
life scripting alexgeek Webforumz Cafe 17 Aug 26th, 2007 16:26
Flash scripting acrikey Flash & Multimedia Forum 7 Aug 11th, 2007 01:14
MX scripting question dancingmunkee Flash & Multimedia Forum 2 May 18th, 2007 02:35
scripting help berjoe Flash & Multimedia Forum 5 Oct 3rd, 2006 16:55


All times are GMT. The time now is 13:52.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved