Help PHP
#1

Im just try this with javascript

http://swatsamp.net/test.php
how to do like this on php using with input type text and button ? Reply fast
Reply
#2

This isn't a PHP help forum.
Reply
#3

Quote:
Originally Posted by Max_Coldheart
Посмотреть сообщение
This isn't a PHP help forum.
Everything and Nothing
noone care 1 one line php

and wow spammer are you searching for thread to post something ? you just post nothing in 10 sec
Reply
#4

Quote:
Originally Posted by Venice
Посмотреть сообщение
Everything and Nothing
noone care 1 one line php

and wow spammer are you searching for thread to post something ? you just post nothing in 10 sec
Guy you sure need to learn to respect others. BTW, if you don't have a basic knowledge of prompt and alert (used in java don't know about php) then try visiting php tutorial websites.
Reply
#5

Quote:
Originally Posted by suhrab_mujeeb
Посмотреть сообщение
Guy you sure need to learn to respect others. BTW, if you don't have a basic knowledge of prompt and alert (used in java don't know about php) then try visiting php tutorial websites.
idk what is that called
Reply
#6

Just search ****** "Dialog box php" or something like that and you will find millions of results, next time search then if you don't find an answer post here. Because if something is available on ****** or other websites and you still post here, then it is called SPAM.

Btw, look what I found.
http://www.phpbuilder.com/board/show...php?t=10351229
Reply
#7

Quote:
Originally Posted by Venice
Посмотреть сообщение
idk what is that called
What is that called?! oh you mean you don't know the websites for tutorials?
This might help!
Reply
#8

Quote:
Originally Posted by Venice
Посмотреть сообщение
Im just try this with javascript

http://swatsamp.net/test.php
how to do like this on php using with input type text and button ? Reply fast
Try this. It should work, I created it in 2 minutes.

Код:
<?php
$press = $_POST['press'];
if($press)
{
   $username = $_POST['user'];
   echo "Your username is $username.";
}
else
{
   echo "What is your nick?<br><form action='test.php' method='POST'><input type='text' name='user'><br><input type='submit' value='OK' name='press'></form>";
}
?>
Reply
#9

Quote:
Originally Posted by Venice
Посмотреть сообщение
Everything and Nothing
noone care 1 one line php

and wow spammer are you searching for thread to post something ? you just post nothing in 10 sec
Thank you for the disrespect, but no, I'm not post hunting. I'm telling you that this is not a PHP help forum, and that you should refer to asking in one of PHP help forums.

Have a nice day !
Reply
#10

Quote:
Originally Posted by Max_Coldheart
Посмотреть сообщение
Thank you for the disrespect, but no, I'm not post hunting. I'm telling you that this is not a PHP help forum, and that you should refer to asking in one of PHP help forums.

Have a nice day !
You actually never reffered to a PHP help forum. All you did was posting some useLESS information, if you don't know the solution just don't post. This section is for everything hence the name, I see no problem in this thread at all. It would be if he posted in the scriptind discussion but he didn't. So why are you whining? Your post is considerd spam, and so is mine.

Oh, and have a nice day.
Reply
#11

Quote:
Originally Posted by Venice
View Post
Im just try this with javascript

http://swatsamp.net/test.php
how to do like this on php using with input type text and button ? Reply fast
I guess you changed your code since I do not see any JavaScript code?
Reply
#12

Quote:
Originally Posted by mamorunl
View Post
I guess you changed your code since I do not see any JavaScript code?
I learn it now
Reply
#13

Quote:
Originally Posted by Venice
View Post
I learn it now
LOL!
Reply
#14

I see you used this:

Code:
<img src="http://swatsamp.net/swat.php?nick=$_POST["iname"]" alt="swat" width="200" height="80">
Try this:
Code:
<img src="http://swatsamp.net/swat.php?nick=<?php echo $_POST["iname"]; ?>" alt="swat" width="200" height="80" />
By the way, look at this (what I've made):

The URL to it: http://rl-rp.com/Text.php?t=Custom+text
Try it yourself too with another text - I can give you that script if you want, so you can customize it (I made it). There are also special things, like text/bg color:
http://rl-rp.com/Text.php?t=Hello world!&c=1 is:

You know what, just look at this topic (NOTE: External link to my site, not from this site) for more info: http://rl-rp.com/viewtopic.php?f=22&t=240
Reply
#15

Quote:
Originally Posted by Kwarde
View Post
I see you used this:
By the way, look at this (what I've made):

The URL to it: http://rl-rp.com/Text.php?t=Custom+text
Try it yourself too with another text - I can give you that script if you want, so you can customize it (I made it). There are also special things, like text/bg color:
http://rl-rp.com/Text.php?t=Hello world!&c=1 is:

You know what, just look at this topic (NOTE: External link to my site, not from this site) for more info: http://rl-rp.com/viewtopic.php?f=22&t=240
Me too want the script can you also send me the link..its quit awesome..!
Reply
#16

Well it's given on that link I provided: http://rl-rp.com/viewtopic.php?f=22&t=240
I'm now gonna put it in pastebin, here it is: http://pastebin.com/BmU1xbhW
If you're gonna decide to use it on eg. your server, I'd appreciate it to give credits to "Kwarde - www.rl-rp.com". You don't have to, but do not give credits to yourself
Off course, you may also use http://www.rl-rp.com/Text.php instead of posting it on your webhost (For you positive:
1- It uses bandwith on your webhost
2- It uses also speed, when more users use it at once)

However, @topic maker: Please tell me if my suggestion worked
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)