76 Posted Topics

Member Avatar for drewpark88

Hey Guys, I have a quick question. I want to make sure I am doing this right, according to my understanding of the PHP manual. Here's my question: If I have an "address" input field for my form and a user inputs their address and then this information is passed …

Member Avatar for drewpark88
0
154
Member Avatar for drewpark88

Hey Everyone, I am getting an error with a PHP script made using the Authorize.net AIM (Advanced Integration Method) API for my donation form. I have gone over the code dozens of times and still do not know why it is not working. Everything works except the most important part...it …

Member Avatar for drewpark88
0
302
Member Avatar for drewpark88

Hey Guys, I am having issues with my header. I have a header image which I set as my background that expands with browser, but I want it to be 502px in height. Here is my css: [CODE] .Container #header { padding: 0px 0px 0px 0px; background-color: #DDDDDD; background: url('folioheader.jpg') …

Member Avatar for drewpark88
0
82
Member Avatar for drewpark88

*Thoght I fixed it, I was wrong : ( Hey Guys, Ok so here is my problem. I have created a three button horizontal navigational bar and want it to float to the right of my logo. My fist button the home button is in the spot i want it, …

Member Avatar for drewpark88
0
94
Member Avatar for drewpark88
Member Avatar for drewpark88

Hey Guys, My employer has given me .BUP files from a DVD and wants me to make this video play on their website. If I could convert it to a .flv file or even a avi. Does anyone have any idea how to convert a .bup or a software they …

Member Avatar for rajarajan2017
0
59
Member Avatar for drewpark88

Ok I was almost finished with integrating Authorize.net with the Advanced Integration Method (AIM) using PHP and I keep getting an error. I figure I will keep my donation page but need to know a better way to implement authorize.net. I am still new to but I can not figure …

0
62
Member Avatar for drewpark88

Hey Guys, I'm using Authorize.net as my payment processor. When I try to make a transaction it is not working properly because of the MD5Hash. I set up a variable and it is not working, in the authnet manual it says "if the MD5 Hash value configured by the merchant …

Member Avatar for Wraithmanilian
0
143
Member Avatar for Aamit

Here is a link to Microsoft's website that should help you to insert headers and footers into a word document: [url]http://office.microsoft.com/en-us/word/HP012264861033.aspx[/url]

Member Avatar for Jerail
0
134
Member Avatar for drewpark88

I am trying to figure out the best way to configure my search bar. It will be searching my website for posts members have posted. I tried this but this does not work. Here is the PHP file that I use as the form action. Do you know how or …

Member Avatar for drewpark88
0
118
Member Avatar for drewpark88

Hey Guys, I am trying to position my navbar (5 images) to center with the browser. Instead it is positioned to the left and when you make the browser smaller the buttons move. Here is the CSS: [CODE] <style type="text/css"> #navcontainer { margin: 200px auto 0px auto; position: absolute; } …

Member Avatar for drewpark88
0
139
Member Avatar for dylank

In the form action you will have to have checklogin.php (this will check to see if a member has logged in successfully, then transfer to a login_sucess.php Here is an example of the checklogin.php [CODE]<?php ob_start(); $host="localhost"; // Host name $username=""; // Mysql username $password=""; // Mysql password $db_name="test"; // …

Member Avatar for Stefano Mtangoo
0
2K
Member Avatar for drewpark88

Hey Guys, It's me again....I thought everything would work but when I tried making a donation on my donation.php form I received the following error in my process_transaction.php file: Here is the error: Parse error: syntax error, unexpected $end in \\nawinfs02\home\users\web\b885\rh.mysite\orderform\process_transaction.php on line 224 My webhost is lame and does …

Member Avatar for drewpark88
0
102
Member Avatar for drewpark88

I have a quick question. How do I get only the last 4 digits of the cc_number? Will the following work? Or should I try something different.. Oh and I am emailing to myself that's why it has $message. Here's the code I think will work: [CODE] $message .= "<td>{$_GET['cc_number'] …

Member Avatar for drewpark88
0
154
Member Avatar for drewpark88

Ok so here's what I'm trying to do: 1. You press submit on my php donation form page, and when you press submit it goes to a process.php but within the IF statement I have it to where it sends my client an HTML email. 2. What I want my …

Member Avatar for saiprem
0
167
Member Avatar for drewpark88

Hey Guys I have a problem with my mailing script. I have a new script to process transactions and it is working fine. What I need to do is send an email after someone submits a form ONLY if it is approved. So I have my php donation form, a …

Member Avatar for drewpark88
0
162
Member Avatar for drewpark88

Hey Guys, did not post the code but here it is now. Oh and basically what is happening is I am now getting and error. The $message variable is what's causing problems. Everything works if I take out the $message. How do I get this to work? Here is the …

Member Avatar for drewpark88
0
157
Member Avatar for lordcamel

Well you could possibly try making a class for that div in your CSS. Like the following: [CODE]div.container { width: 100%; } [/CODE]

Member Avatar for macneato
0
101
Member Avatar for sunaruna84

Try this in place of that: [CODE] <script type="text/javascript"> window.alert("Thank You! Your Inquiry has posted successfully.") </script> [/CODE]

Member Avatar for harshbavaliya
0
546
Member Avatar for drewpark88

Hey Guys, I have an If statement in one of my php files. I want to send an email to my client anytime it IsApproved. So how do I make it send an email to the client when it is approved? Here is some of the code, the first if($response->IsApproved …

Member Avatar for phpbeginners
0
245
Member Avatar for drewpark88

No one has an answer to a problem I thought would be easy. I guess it is too complex. That sucks. If you think you can solve it I posted it here on dani web and the link to the thread is below: [url]http://www.daniweb.com/forums/thread258226.html[/url] or [url]http://www.daniweb.com/forums/thread258197.html[/url]

Member Avatar for Ezzaral
0
89
Member Avatar for drewpark88

Hey guys, I have a problem, my process_transaction.php page was working fine before I added some code to it....but I need that code to work. I added an if statement that should send an email to my client's once my process_transaction.php has determined whether or not the payment has been …

Member Avatar for drewpark88
0
308
Member Avatar for drewpark88

Hey Everyone, My name is Drew Parker I have been coding for 1 1/2 years and I am self taught. I am always learning something new and love to see what is possible. My favorite coding languages are: XHTML CSS Javascript PHP (Combined with some MYSQL) I hope to learn …

0
60
Member Avatar for Acute

Ok so here is a website that uses javascript to keep the scroll bar at the bottom no matter how much text you enter. It is called jScrollPane and the demo is located here: [url]http://www.kelvinluck.com/assets/jquery/jScrollPane/chat.html[/url] The main website is here: [url]http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html[/url] This should work with iFrame. Hope this helps :)

Member Avatar for drewpark88
0
87
Member Avatar for bharanidharanit

If you are going to be using a gradient color as your background I would suggest making a gradient image. This way you can use the image with a class you make in your CSS. An example is below: [CODE].gradient { height: 100px; padding: 2px; background: url(images/yourgradientimage.gif) 0% 0% repeat-x; …

Member Avatar for drewpark88
0
61
Member Avatar for virspy

If you are a novice like myself and need a php backbone that you can customize I would suggest [url]http://www.drupal.org[/url]. If you are looking for a more advanced Content Management System you can try: [url]http://plone.org/[/url]

Member Avatar for JRM
0
76

The End.