Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Stick

Hey All, I have created the following code in my data base. It works correctly except that the email it creates is in the rich text format. I want it to be in plain text format. The default settings in outlook are set to plain text, but my code seems …

0
76
Member Avatar for Stick

Is there any way to use the sendobject command to send a report as a pdf attachment rather than an rtf attachment. I am able to use the print object command and get this to work if I make the acrobat distiller the default printer. This way forces me to …

0
75
Member Avatar for crestaldin

[COLOR=Navy]Hello, Ps can anyone enlighten me on how to learn PHP. I mean I am a novice and would like to know if it requires a compiler etc like C++,C ..to compile codes. In essence what are the things needed to learn PHP...and how can I really develop myself well …

Member Avatar for kush2
0
141
Member Avatar for Stick

I have a website that lists customer's jobs that have shipped. When they click on the carrier's name it links to the carrier's website, but it uses the current window. Can I force the link to come up in a new window so my customer can see both my site …

Member Avatar for Stick
0
110
Member Avatar for Paki^Boy

Hello friends i hope u all will be fine...am also enjoying the blessings of Life... Dears i am from Pakistan (Asia) and an IT Student.....i love to develope Web Site but hasnt any professional experience so i want to learn Php so that i may do something dynamically and i …

Member Avatar for Paki^Boy
0
121
Member Avatar for Stick

I have a database that returns information about a customer's jobs that have shipped. It displays correctly, but I would like the carrier name to be a link to the carrier's website so the customer can track it on line. I have the carrier's website listed in the database. how …

Member Avatar for Stick
0
184
Member Avatar for Stick

Hello All, I have a form that I created for user login. It has three fields. username Password Date I want the date field to default to the current date when users login. Can anyone help me with setting a default value for the date field? Thanks in Advance! Stick

Member Avatar for Stick
0
171
Member Avatar for Stick

I have a database that I would like to keep track of who and when people are logging on. I created a table called users. It has three fields, id, user, date. I created this script that is executed when they log in. <?php $db = mysql_connect("","",""); mysql_select_db("",$db); $today= getdate(); …

Member Avatar for Gary King
0
101
Member Avatar for Stick

I have a web page that prints a number from a mysql database. Can anyone tell me how to show this number as a percent? Does it need to be formated that way in the database table? or Can I format it that way using the printf function at the …

Member Avatar for RamiroS
0
422
Member Avatar for Stick

I have a mysql database that has three tables. customers, orders, and order details. I want my customer to logon using a username and password that will show a list of his current orders. From there I want to be able to click on any given order and see the …

Member Avatar for RamiroS
0
137
Member Avatar for Stick

Can anyone help me with an if statement? My script looks like this. $results= mysql_query("SELECT * FROM customers WHERE username='$user'and password='$pass'",$db); if ($myrow = mysql_fetch_array($results)) { do { [COLOR=DarkOrange]I WANT THIS TO GO TO "details.php"[/COLOR]} while ($myrow = mysql_fetch_array($results)); } else { echo "Sorry, Incorrect Username or Password!"; } I'm …

Member Avatar for paradox814
0
84
Member Avatar for Stick

Can anyone help me with the script to show records on a database based on the input of a text field on a form?

Member Avatar for Stick
0
121