39,393 Topics

Member Avatar for
Member Avatar for Markstein

Hello, I need to have users fill out a form before they are granted to download any given file to generate sales leads. I do have a script which was custom made but am having some issues with it. I am wondering if anyone knows of a service (or script) …

Member Avatar for network18
-1
1K
Member Avatar for digtokiller

Hello people, i need a code so when someone join my site, the site resize after the size of the screen on the coputer joining. cause i have seen my site on a small screen and big screen but they look different... så if the site could resize so it …

Member Avatar for digtokiller
0
119
Member Avatar for smvec

hi.. im dynamicelly creating text box in a html file using javascript.. [CODE]<script> function create_input_boxes() { if(document.getElementById("name0")) { return true; } var boxes=""; var num_boxes=document.getElementById("num_boxes").value; if(num_boxes) { for(var i=0;i<num_boxes;i++) { boxes+="<input id='name"+i+"' name='name"+i+"' value=''><br />"; } document.getElementById("textbox_container").innerHTML=boxes; } return false; } </script> </head> <body> <form id="theForm" action="dynamic.php" method="post" onsubmit="return create_input_boxes();"> …

Member Avatar for smvec
0
88
Member Avatar for SouthBay619

Does anyone know of any new shopping cart solutions for small to medium sized businesses? I am a web developer and over the last couple of years I have set up a couple ecommerce websites for clients. I have used osCommerce, Zen Cart, and X-cart for previous projects however I …

Member Avatar for codejoust
0
66
Member Avatar for valonesal

Ok Im am so very lost on what to do now, I have written the php code and would like to display the contents of what is being echoed through the url. Example is by entering mywebsite.com/index.php?dog=dogs it returns "a dog" mywebsite.com/index.php?dog=littledog returns "a little dog" What I would like …

Member Avatar for Atli
0
94
Member Avatar for Reliable

Good afternoon all, I'm at the beginning stages of learning PHP. I'm trying to understand passing in functions. I have a video lesson so I can see what is being explained but for some reason i am still not getting it. [CODE]<?php function hello($word) { echo "Hello {$word}!<br/>"; } hello("Daniweb"); …

Member Avatar for Reliable
0
71
Member Avatar for Venom Rush

Hi everyone I've been googling my time away trying to find a resource that explains how many php uploads http can handle at once and any extra info on the process and limitations etc. Does anyone have a link they could share. Google isn't being very helpful (or the problem …

Member Avatar for Atli
0
137
Member Avatar for enzo420

hi hows it going? ive tried loads of times to fix this problem but its not happening here is the registration page code [CODE]<div id="apDiv6"> <form name="register" method="post" action="regform.php"><p> <input type="text" name="username" id="username"> </p> <p> <input type="password" name="pass" id="pass"> </p> <p> <input type="password" name="pass2" id="pass2"> </p> <p> <select name="usertype" id="usertype"> …

Member Avatar for enzo420
0
159
Member Avatar for genieuk

Hi, Ok.. i have some pages on my site that has a link like [code=text]<A HREF="<?php $websiteaddress ?>/webbuilder/downloads/download.php?filename=age_verification_popup.zip">Download</A>[/code] if you look carefully you will see using get in my below script i get the filename in this example [b]age_verification_popup.zip[/b] This is then sent to this script. [CODE]<?php @include ("/home/sites/genieuk.co.cc/public_html/includes/global.php"); // …

Member Avatar for Atli
0
124
Member Avatar for nadnakinam

Hi to all, page1 -- login page page2 -- secured page 1 [COLOR="Green"] No Problem[/COLOR], If user logged out successfully using logout button. session ends and doesn't allow user to go to secured pages. But... [COLOR="Red"]Problem[/COLOR], if user press backspace or back button in browser staying in page2, directed to …

Member Avatar for nadnakinam
0
251
Member Avatar for jay_412

hi guys,,, Can Anyone help me in my problem. I want to exclude the second and instead i will use the Am/Pm. I did exclude the seconds but I can't include the AM/Pm function. I used this code [QUOTE] <?php echo ('A'); ?> [/QUOTE] but this is static.. how could …

Member Avatar for network18
0
122
Member Avatar for lim dara

Is there anyone could explain me about how to write login php code by using build-in function of authentication. I have learn it from a book, but it have been done.[code][/code]

Member Avatar for network18
-3
74
Member Avatar for ayesha789

Hi Please tell me how we can search PDF File , which is stored in folder like C:\Folder and then show in show.php page as dynamic link. also Upload new PDF File to Folder Please tell me how?

Member Avatar for kvprajapati
0
863
Member Avatar for bombixallan
Member Avatar for bombixallan

the photos on my friendster don't show,they are blocked. what should i do to unblock them. also, when i browse my friends photo albums they don't appear.....pls help me unblock those photos,,,,tnx

Member Avatar for network18
-1
50
Member Avatar for ttchiwandire

Hie everybody, Iam trying to insert multiple rows into a table at the same time. The form fields of the rows are defined as checkboxes in html. For example it requires a person to enter his qualifications by ticking appropriate checkboxes. Now a person may tick more than one checkbox, …

Member Avatar for network18
0
78
Member Avatar for lcyew

Hi! I am developing a php site and required to export the .php files to HTML, PDF, EXCEL, TEXT, CSV, ODS and SXC files. The problem i'm having here is that i don't know anything about exporting files. How should i start? Could anyone provide some steps to help me …

Member Avatar for lcyew
0
1K
Member Avatar for AdventDeo

Is there any way to do this? I have multiple drop down lists and depending on which drop down is selected I want it to unset some sessions. Do I need to use AJAX for this?

Member Avatar for AdventDeo
0
215
Member Avatar for nadnakinam

hi to all, i need help from you all... i need to search in database and to display the match records, say if search results are 28 in number then i need to show 5records/page (like this records 1-5 in page1, 6-10 in page2.......26-28 in page6) with some options like …

Member Avatar for glycerine
0
126
Member Avatar for achiman

I am trying to build a small website using PHP and MySQL serve as the database. Can anyone tell me how to connect to MySQL database using PHP and is it similar to using Access because I have succeeded in doing that. Thanks

Member Avatar for Atli
0
118
Member Avatar for deepika1

i m using a open source cms (PHP) when ever i try to logout. i get loggged out but the screen shows as if still logged in. when i refresh it gets directed to home page. when i press back i get the history all the people logged in. how …

Member Avatar for leviathan185
0
61
Member Avatar for SKANK!!!!!

help. [URL="http://us2.php.net/trim"]manual[/URL] says: [CODE]$hello = "Hello World" $trimmed = trim($hello, "Hdle"); var_dump($trimmed);[/CODE] when used turned out to be: [CODE]string(5) "o Wor" [/CODE] i just want to remove all the x's from my string. its not working for me. $string = "faxtxxx"; does not come out to be "fat" it comes …

Member Avatar for SKANK!!!!!
0
79
Member Avatar for SKANK!!!!!

i have this script it wont display the page if i have over like 30 things in an array. wtf but it will display if theres only like 20. does anyone know what i can use instead of array() because i have like 100 things i need to use in …

Member Avatar for SKANK!!!!!
0
134
Member Avatar for gptArun

Hello there, How to setup Sandbox Paypal subscription button code? i googled out but only found code for paypal.com not for sandbox.paypal.com .. thanks , Arun

Member Avatar for blocblue
-2
221
Member Avatar for emhmk1

Hi i have another query i would like to run by you. I have a javascript code which i would like to implement in my site but i have come across an error. The JS generates a new input text field once a button is clicked but i'm uncertain of …

Member Avatar for emhmk1
0
100
Member Avatar for baltazar

Hi, I'm trying to split a string with multiple delimiters using the PHP preg_split function. I am trying to separate the numbers from the units in terms like 172px, 100%, 2.5ems etc... i.e. after I run a preg_split on 172px I want the resulting array to have array[0] = 172 …

Member Avatar for baltazar
0
1K
Member Avatar for jen140

Hello all. I have a string that will contain the username, for the security reasons i want it to be checked it if its diferent from the specific charset. I think it could be done by looping the check 1 character from the username at a time till the end …

Member Avatar for EvolutionFallen
0
97
Member Avatar for kira4

This is the first page of my website(AssociationAdd.php). When I clicked the 'Add' button, it shows that : [COLOR="Red"]"Notice: Undefined index: T2 in c:\easyphp1-8\www\efiling\associationaddprocess.php on line 19 Notice: Undefined index: T1 in c:\easyphp1-8\www\efiling\associationaddprocess.php on line 20"[/COLOR] [CODE]<html> <head> <meta http-equiv="Content-Language" content="ja"> <title>Index</title> </head> <div style="position: absolute; width: 1146px; height: 842px; …

Member Avatar for nav33n
-1
140
Member Avatar for marjan_m

Hi, I need to know about creating dynamic slide show or dynamic photo gallery in php. Can any one please help. Thanks Regards,

Member Avatar for network18
0
273
Member Avatar for dalip_007

hi all Can anyone please tell me how to take screen shot of web page using javasctipt. Even is it possible Thanks

Member Avatar for gaz
-1
135

The End.