I mean go to firefox settings and see is cookies on or off?TheIceman5 wrote:what you mean??
Search found 1240 matches
- Mon Jul 23, 2007 5:11 am
- Forum: PHP coding => General
- Topic: sessions stopped working properly in new firefox
- Replies: 4
- Views: 2999
- Mon Jul 23, 2007 2:56 am
- Forum: PHP coding => General
- Topic: sessions stopped working properly in new firefox
- Replies: 4
- Views: 2999
Re: sessions stopped working properly in new firefox
i have built my own session manager that uses mysql and it works perfectly in internet explorer all versions and firefox up to V2.0.0.5 and wondering if firefox has a bug or what?? after i upgraded to firefox 2.0.0.5 form 2.0.0.4 yesterday i have not been able to login first go to my website, its l...
- Mon Jul 23, 2007 2:54 am
- Forum: PHP General
- Topic: How can I split a 6 digit number in to 2 separate numbers?
- Replies: 2
- Views: 2505
Re: How can I split a 6 digit number in to 2 separate number
http://ua2.php.net/manual/en/function.preg-split.phpspyros wrote:Hello
I have a 6 digit number and I want to split it to 2 separate numbers do you know how can I do this ?
For example the number 200509 I want to split it in to 2005 and 09.
Thank you.
see example.
- Thu Jul 19, 2007 2:06 am
- Forum: PHP coding => General
- Topic: Which debugger to use?
- Replies: 0
- Views: 2279
- Fri Jul 13, 2007 1:10 am
- Forum: PHP coding => General
- Topic: Order Problem
- Replies: 1
- Views: 1912
Re: Order Problem
try to compare php.ini files on your local computer and on the server....
- Fri Jul 13, 2007 1:06 am
- Forum: PHP coding => General
- Topic: browser history due to redirecting help
- Replies: 0
- Views: 1754
Re: browser history due to redirecting help
You can use few solutions in this case.
1. not secure:
add a variable and check it each time. very simple.
2. big code and not secure:
use $_SERVER['HTTP_REFERER'] and check for previous page.
3. more secure:
use session and cookies. looks like #2 but more flexible
1. not secure:
add a variable and check it each time. very simple.
2. big code and not secure:
use $_SERVER['HTTP_REFERER'] and check for previous page.
3. more secure:
use session and cookies. looks like #2 but more flexible
- Fri Jul 13, 2007 12:57 am
- Forum: PHP coding => General
- Topic: Somebody HELP !!!!!!
- Replies: 0
- Views: 1747
Re: Somebody HELP !!!!!!
Darryl, can you give more info about your problem? I'm not sure what understand you.
- Fri Jul 13, 2007 12:53 am
- Forum: PHP coding => General
- Topic: phpMyAdmin problem with Firefox but not IE
- Replies: 0
- Views: 1515
Re: phpMyAdmin problem with Firefox but not IE
I can run phpMyAdmin on my on-line server using IE but when I try to do it using Firefox I get only the sign in page, which goes well, but when the next page come up which should be listing the data bases, I get only the header but nothing else. Any ideas about how to get my database info with both...
- Fri Jul 13, 2007 12:52 am
- Forum: PHP coding => Mail
- Topic: need help with smtp email
- Replies: 1
- Views: 2478
Re: need help with smtp email
i have a SMTP server, smtp.lalala.com i want to use php to send a simple mail using that smtp server, from: sender@hotmail.com to: receiver@hotmail.com can anyone give me a step-by-step guide on how to email using the smtp server? i've tried many ways but it all doesn't work i'm new to php, please ...
- Fri Jul 13, 2007 12:49 am
- Forum: PHP General
- Topic: For loop, template
- Replies: 1
- Views: 2190
Re: For loop, template
Hey I need a simple solution for template using FOR loop. I really do not want to use any of the template engines out there as i only need a FOR loop. So, i got array with userinfo for example and now i want to output this in template using non-php in template it would look like: {LOOP} id: {LOOP I...
- Mon Jul 02, 2007 4:43 am
- Forum: PHP coding => General
- Topic: From post to forum topic
- Replies: 0
- Views: 1811
How about simply sending the contents of the form to my email instead of posting in the forum. Any suggestions? I think what to you better send this info at the e-mail address instead post it in the forum. because if you need to post this in your forum to you need open guest member to free posting ...
- Mon Jul 02, 2007 4:38 am
- Forum: PHP coding => General
- Topic: Addiing to page automaticly
- Replies: 0
- Views: 1655
Re: Addiing to page automaticly
Good day, I was wondering how can I had a link to a page each first or the month ? Can I also automaticly create that page in a folder that I would create a the same time. Here's what it would do by step : - check date, if 1st of month, create new folder named the name of the month in this year fol...
- Mon Jul 02, 2007 4:30 am
- Forum: PHP coding => General
- Topic: Where am I going wrong
- Replies: 1
- Views: 1728
Re: Where am I going wrong
I am trying to create a search to pick out Yamaha models from a list of various manufacturers. The user inputs the model of the equipment and the query searches for matching entries based on the two matching criteria. However, the script below always returns an error can anyone see the problem? $qu...
- Mon Jul 02, 2007 4:26 am
- Forum: PHP coding => General
- Topic: detecting a memory leak
- Replies: 1
- Views: 2217
We actually have a lot more memory than the site shoud need ... the problem isn't that not enough memory is allocated ... it's that the memory is leaking out somewhere - I just don't know where. We could have 1000 members online at once and be fine, but if we maintain that traffic for any length of...
- Mon Jul 02, 2007 3:49 am
- Forum: PHP coding => General
- Topic: How to disable links at Xoops! forum newbb.
- Replies: 1
- Views: 2310
Re: re
something more specific? Talking to a non php programmer :) if you see manual to NewBB module to XOOP template engine you can see in Forum part next: Allow HTML : you can allow users to use HTML in their posts (very dangerous) see at the administrating forum properties. ..\newbb\help\newbb_manual.htm
- Fri Jun 29, 2007 12:47 am
- Forum: PHP coding => General
- Topic: contact form
- Replies: 0
- Views: 1703
Re: contact form
Hi guys i created a contact form in html and a code in php to send the info to my e-mail account. the problem i have is that i want an error to show if nothing or some of the info is not filled in when i press the submit button. if i click the submit button with nothing filled out, it says the info...
- Fri Jun 29, 2007 12:36 am
- Forum: PHP coding => General
- Topic: detecting a memory leak
- Replies: 1
- Views: 2217
Re: detecting a memory leak
I have a social networking site (faithfreaks.com) that is getting a few hundred thousand hits a day and every few hours pages don't work and the following error is generated: PHP Fatal error: Out of memory (allocated 262144) (tried to allocate 393216 bytes) in C:\e\xampp\htdocs\faithfreaks\browse.p...
- Fri Jun 29, 2007 12:15 am
- Forum: PHP coding => General
- Topic: How to disable links at Xoops! forum newbb.
- Replies: 1
- Views: 2310
Re: How to disable links at Xoops! forum newbb.
Hello. I would like to have your help to this. As you see from the title i have a website and i want users to be able to post HTML but not HTML links. When they write a link to disable and be only as simple text. I search and i see i have a viewtopic.php file to my xoops! software but i dont know w...
- Fri Jun 29, 2007 12:07 am
- Forum: PHP coding => General
- Topic: Parse Error
- Replies: 0
- Views: 1526
Re: Parse Error
Hi All, I new to PHP and am trying to install a script but have run across a parse error: Parse error: parse error, unexpected '=', expecting ')' The error occurs on line 289 which I have copied below: function separate($roots, $urls, &$int_pages = Array(), &$int_loads = Array(), &$ext_pages = Arra...
- Thu Jun 14, 2007 3:12 am
- Forum: Free time
- Topic: mac email sent folder problem
- Replies: 2
- Views: 3673
Re: mac email sent folder problem
Has anybody had the problem of not being able to view sent mail content in the sent mailbox? When a message is selected from list, the message "The message from XXXXXXX <XXX@XXXX.com> concerning “title” has not been downloaded from the server. You need to take this account online in order to downlo...
- Fri Jun 01, 2007 2:11 am
- Forum: PHP coding => General
- Topic: How can i filter a receiving page
- Replies: 3
- Views: 2628
try this one http://code.google.com/apis
but remember to use Google API you should register
but remember to use Google API you should register
- Fri May 11, 2007 12:44 am
- Forum: Free time
- Topic: Uservise message posting
- Replies: 2
- Views: 4289
Re: Uservise message posting
HI, How can I send the message to specific user. Here there is no system avail to post new topic to send selected user? Please provide us this system if possible... On bottom of each user message you can see 2 buttons [profile] and [pm] click at the [pm] to send a private message. if you want to se...
- Tue Apr 24, 2007 1:55 am
- Forum: PHP coding => General
- Topic: PHP php_pspell() (Spell Check Function) Error
- Replies: 4
- Views: 2794
Re: Still No answer
Hello Dhaval! find your php.ini and see the whare exactly located your extension folder on your HDD copy dll into this folder add to php.ini file your dll in extension_dir dirictive and restart web server. if you get a error with starting PHP you should check info in extension_dir derictive in remar...
- Sun Mar 25, 2007 6:22 am
- Forum: PHP coding => General
- Topic: Session Conflict Problem ?
- Replies: 0
- Views: 1883
Re: Session Conflict Problem ?
probability of this situation is so low.
but you can protect your session using user IP address and check it each time then user open session.
but you can protect your session using user IP address and check it each time then user open session.
- Fri Mar 23, 2007 11:52 am
- Forum: mySQL & php coding
- Topic: error log owerflow
- Replies: 0
- Views: 1889
Re: error log owerflow
someone want to hack your site. If you have this auction or not have try to find your attaker using tracert command and try to use firewall time to time ;)