Search found 10 matches

by orninyo
Sun Nov 30, 2008 10:59 am
Forum: PHP - Code
Topic: problem with mail() function
Replies: 4
Views: 179

Re: problem with mail() function

bump :(
by orninyo
Sat Nov 29, 2008 2:52 pm
Forum: PHP - Code
Topic: problem with mail() function
Replies: 4
Views: 179

Re: problem with mail() function

it asking for authentication
how do i add to mail() the password and username parameters for the smtp server?

and is the pass and the user name of my internet supplier is the same as the internet connection pass and username?
by orninyo
Sat Nov 29, 2008 10:56 am
Forum: PHP - Code
Topic: problem with mail() function
Replies: 4
Views: 179

Re: problem with mail() function

bamp :|
by orninyo
Fri Nov 28, 2008 11:58 am
Forum: PHP - Code
Topic: problem with mail() function
Replies: 4
Views: 179

problem with mail() function

hi im using mail() function this way: echo mail('mymail@gmail.com','some string','some string'); i set my php.ini this way:   [mail function] ; For Win32 only. SMTP =mailgw.netvision.net.il smtp_port = 25   ; For Win32 only. ;sendmail_from = mymail@gmail.com my php file is on locallhost from my pc. ...
by orninyo
Sat Nov 15, 2008 6:51 am
Forum: PHP - Code
Topic: problem with <a> tag in FF
Replies: 6
Views: 215

Re: problem with <a> tag in FF

problem solved.
there was another div who covered the current div and somehow it coused this problem.

thx.
by orninyo
Sat Nov 15, 2008 6:43 am
Forum: PHP - Code
Topic: problem with <a> tag in FF
Replies: 6
Views: 215

Re: problem with <a> tag in FF

the css options is in a seperated css file , the style options are working fine
i only added the relevant part of the code
by orninyo
Sat Nov 15, 2008 6:06 am
Forum: PHP - Code
Topic: problem with <a> tag in FF
Replies: 6
Views: 215

Re: problem with <a> tag in FF

allready tried this, same output.
i tried numerous of quotes combinations
by orninyo
Sat Nov 15, 2008 5:49 am
Forum: PHP - Code
Topic: problem with <a> tag in FF
Replies: 6
Views: 215

problem with <a> tag in FF

hi is there a known problem with <a> tag in FF? i try to do somthing like this: div#most {     position:absolute;     margin-top:155px;     background-position:right;     min-height:205px;     *min-height:225px;      padding:5px;     font-size:small;     } <div id='most'> <?php      echo "<a hr...
by orninyo
Fri Oct 24, 2008 10:02 am
Forum: Databases
Topic: problem with php+mysql
Replies: 3
Views: 729

Re: problem with php+mysql

the function uses ajax so ill copy only the relevant lines: calling the function: <input type="text" onblur="checkuser(this.value)" name="username" dir='rtl' size="15" /> js file: function checkuser(t) {     searchdb(t); } function searchdb(name) {     http.op...
by orninyo
Fri Oct 24, 2008 4:52 am
Forum: Databases
Topic: problem with php+mysql
Replies: 3
Views: 729

problem with php+mysql

hi i built a simple function that get a string of a username ,search the db and check if it exsist. the problem is when i enter an hebrew string (of a username that exist in db) the function in IE returen that it isnt exist and on FF it works fine (return true - the user exsist) (when i enter an eng...