₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,329,316 members, 8,439,914 topics. Date: Monday, 06 July 2026 at 08:49 AM

Toggle theme

Uspry1's Posts

Nairaland ForumUspry1's ProfileUspry1's Posts

1 2 3 4 5 6 7 8 ... 86 87 88 89 90 (of 90 pages)

PoliticsAnalysis: African-born Population In The Us by uspry1(op): 7:53pm On Feb 14, 2007
Here is the link enclosed at below you can find about the African foreign-born population in the United States to be compared in 1990, and 2002 (update every 10 years census data):

http://www.migrationinformation.org/USfocus/display.cfm?ID=250
RomanceRe: You Date/marry A Divorcee? by uspry1(f): 12:38am On Feb 08, 2007
BlackMamba:
As long as she is "single". No kids attached.
neelsel:
Point taken,
What about a divorcee, single, and kids are grown adult leaving divorcee's home to settle their own life independently?
Art, Graphics & VideoRe: A New Flash Website Is Born - Check It Out by uspry1(f): 3:40am On Feb 07, 2007
Look at my creative Flash website that is found at:

http://www.mtmrimstires.com

It comes with all photos with text descriptions that employs actions/behaviors resulting in XML, PHP, and HTML on the web page.

It also include PHP-based email form (Contact US) that automatically send to my email address (email program/webmail) dynamically.

Is it cool?  cool
WebmastersRe: How To Code A Script That Can Send Email? by uspry1(f): 12:37am On Feb 07, 2007
Lists of free websites are that do not support PHP scripts, but they have free built-in email form add-ons:

geocites.com (Yahoo websites)

hotmail.com

homestead.com

For PHP scripts, you need to register your paid websites----not on free websites.
WebmastersRe: What's Your Own Website Address? by uspry1(f): 12:33am On Feb 07, 2007
my flash-based website I created for client.

www.mtmrimstires.com
WebmastersRe: Php Form To Email Script by uspry1(f): 12:25am On Feb 07, 2007
Create PHP-based email form script

First, PHP must be configured correctly in the php.ini file with the details of how your system sends email. (change your smtp outgoing mail, and email address) Open your PHP.ini in a text editor then find the section headed [mail function]. The configuration for Windows should look like this:


[mail function]
; For Win32 only.
SMTP = smtp.yourdomain.com

; For Win32 only.
sendmail_form = yourusername@yourdomain.com


or the configuration for LINUX should like this:

[mail function]
; For Win32 only.
SMTP =

; For Win32 only.
sendmail_form =

; For Unix only.
sendmail_path = /usr/lib/sendmail -t


Second, save your PHP.ini and close the window.

Third, copy the code that creates HTML form script to be pasted in a text editor or HTML editor as follow:


<html>
<head>
<title>Feedback Form</title>
</head>
<body>
<form action="feedback.php" method="POST">
Name: <input type="text" name="username" size="30" />
<br><br>
Email: <inpurt type="text" name="useraddr" size="30" />
<br> <br>
Message: <textarea name="comments" cols="30" rows="5"></textarea>

<input type="submit" value="Send Form">
</form>
</body>
</html>


Fourth, save as "feedback.html".

Fifth, copy the code that creates PHP script in a text editor, PHP editor or Dreamweaver with PHP extension plugs-in as follow:

<?php
    #recipient's email address
    $to = "yourusername@yourdomain.com";

   #subject of the message
   $re = "Website Feedback";

   #message from the feedback form
   $msg = $comments;

   #send the email now,
   mail($to,$re,$msg);
?>

<html><head><title>Message Received</title></head>
<body>
<h3>Thanks for your comments</h3>

Message received from <?php echo($username); ?><br>
Reply to <?php echo ($useraddr); ?>
</body></html>


Finally save as "feedback.php", then upload two files "feedback.html" and "feedback.php" to your web hosting server in the html directory folder (where you place all html files). That's it! Your feedback.html runs on the web page ready! You can test to submit your feedback form yourself. You should receive the form result directly to your email address.
BusinessRe: I Need A Teaching Job In (united States,united Kingdom,australia,nz), by uspry1(f): 11:27pm On Feb 06, 2007
You should make aware the fact that you are required as follow below:

[list]
[li]must pass the exam earning a STATE teacher certificate(similar to state bar for lawyers)[/li]
[li]must obtain your college degree: either Bachelor or Master degree in education (with the emphasized in early age/headstart program, elementary school, middle school, secondary or college).[/li]
[li]have no criminal records---no sexual addicts, no rapists, no kidnapping, or no misbehaving on children[/li]
[/list]

Use Google Search engine typing the word "teaching job" or register on any job search engine such as monster.com, hotjobs.com, careerbuilders.com.

Good Luck!
RomanceWill you like to date with a person who happens to be deaf? by uspry1(op): 10:44pm On Feb 02, 2007
I like to hear your opinions/feedback. If no, tell me why?

1 2 3 4 5 6 7 8 ... 86 87 88 89 90 (of 90 pages)