38,020 Topics

Member Avatar for
Member Avatar for destroyerx15

hi guys im beginning in php im using dream waver and php my admin i have problem for insert when in insert it give me two record i want to be in same record to insert for my form :[CODE] <table class="table"> <form action="11.php" method="post" name="form2"> <input type='hidden' name="ORDER_DESC" id='hidden' …

Member Avatar for svilla
0
368
Member Avatar for abhi10kumar

I need to join 3 tables (superseller, adexmart and generictable) and fetch following fields from above 3 tables: 1. url, price from table superseller, and 2. url, amount from table adexmart where 3. pid='somevale' from generictable a. superseller table url, price, id (fields) b. adexmart table url, mount, id (fields) …

Member Avatar for blocblue
0
98
Member Avatar for alexia_net

Hi. I am trying to send the name of a file which is going to be launched for execution using a script from a *.js file. So in the original *.php file i have imported the *.js file like this: [CODE] <script type = "text/javascript" src = "getListsInfo.js"></script> [/CODE] Then, …

Member Avatar for alexia_net
0
210
Member Avatar for lokodomain

Hey guys, creating a simple script for registration and login. Managed to get the registration form working and adding users to a simple 4 table database. Having problems with the login form. I am not sure how to write the code that validates the user and password because every time …

Member Avatar for jogesh_p
0
192
Member Avatar for RazorRamon

Im thinking about taking on a chat room php based project. I want to make sure my logic is right though. This is very raw so please feel free to contribute if you see any problems that might occur. [B][U]MYSQL[/U][/B] [U]TABLES[/U] Username chatroom1 chatroom2 etc.. [B][U]PHP[/U][/B] [U]Sign up.php[/U] Insert username …

Member Avatar for FreddieBambino
0
176
Member Avatar for altarek

Hello I want to make cron job for php page Every day at 12 am how can i do that?

Member Avatar for vibhaJ
0
48
Member Avatar for dubery

Hi all, I have been trying to remove the URLS with [url]http://www.CHickenHead.com[/url] that have areguments ?s= and ?sul= fromt some text. I can remove them but it is not case insensitive on the domain name part. How can I modify this regex? I have tried (chickenHead.com)i but this doesen't work. …

Member Avatar for dubery
0
325
Member Avatar for sarz87

Would appreciate any ones help or advice!! We have a website for our business where customers log in and book their children on to an activity course. At the moment they have to re enter the childs data every time they want to sign up for the course, however what …

Member Avatar for karthik_ppts
0
141
Member Avatar for MoreBloodWine

[url]http://www.myu2sig.com/checkit.php[/url] The below code is from the above URL, what I would like to have done is have some code added that takes the (Delete) beside each name and turn it in to a clickable link that deletes ONLY the mage it's attached to. So if delete is hit for …

Member Avatar for diafol
0
99
Member Avatar for Loved

I'm creating a form: Page 1 has multiple input fields, as well as dynamic form fields (using jquery load to add additional inputs as necessary). Page 2 reads these inputs and sets the values to a session variable (the only values I'm storing in the session are the dynamic inputs). …

Member Avatar for vibhaJ
0
93
Member Avatar for yongj

So I have this code for my webpage but whenever I put in the "include" php code [CODE]<?php include('include/mysqli.inc'); ?>[/CODE] everything below that disappears. Basically I'm trying to enter in the appropriate variable data from the quotes database that I'm using into the correct table fields. But I can't do …

Member Avatar for urtrivedi
0
194
Member Avatar for yongj

I was wondering how you take a value given by the user via textbox/form/etc, and propagate it to other links within my webpage. For example, I'm building a website that retrieves stock quotes. I have a form where the user can type in a stock symbol (i.e. GOOG, MSFT, KKD, …

Member Avatar for FreddieBambino
0
141
Member Avatar for DarkBerzerk

Hey All, I'm making online simple fighting game, this script is the attack.php which calculate the atk from the primary weapon and secondary weapon and calculate the def from the equipped armor and get them from the db what i want is if i add new item like Shield and …

Member Avatar for FreddieBambino
0
177
Member Avatar for begueradj

Hello people, If I want to access to my admin back-end, you will get a form to input your name and password. I have created a class that sets my session in a file called [CODE]StartSession.class.php [/CODE]here it is: [CODE] <?php class StartSession{ static $admin_s; static $password_s; function __consrtuct($admin_session,$password_session){ session_start(); …

Member Avatar for burgercho
0
178
Member Avatar for agam360

Hello, I'am really new to all this Facebook development, and I wanted to integrate Facebook within my personal website. I am now trying to test if what I want is possible. [B]I want to post a status from my server, via php/js to my Page in Facebook. How can I …

Member Avatar for agam360
0
190
Member Avatar for Emeryl

Hi, I'm having problems with special characters not showing on the webpage I'm working on. It doesn't seem to want to work no matter what I try. I'm pretty sure UTF-8 SHOULD show German, so I don't know what it is. [url]http://www.p-soldiers.com/ge/germanabout.php[/url] [B]Here's what I have on the page:[/B] [CODE]<link …

Member Avatar for almostbob
0
1K
Member Avatar for abhi10kumar

I have to search record on the basis of excel sheets column field from a table and then insert whole row into a table. How I can do this ??

Member Avatar for chrishea
0
45
Member Avatar for muralibobby2015

hello.. i was uploaded files into server. all working is fine. if i enters my domain name it is getting an error there is no page like:Oops! This link appears to be broken. Did you mean: [url]www.domain.­com[/url] Additional suggestions: Access a cached copy of [url]www.domain.­com[/url] Go to [url]www.domain.­net[/url] Search on …

Member Avatar for muralibobby2015
0
102
Member Avatar for rpv_sen

Hi Friends I am using dynamic text box, i want to calculate the amount from value of rate in the text box and qty Pls help me how to solve it... [CODE]<?php include("config.php"); ?> <script type=text/javascript> function multiply(){ a = document.getElementById("rate").value; b = document.getElementById("qty").value; c = a*b; amt = alert(c); …

Member Avatar for edwinhermann
0
191
Member Avatar for verbob

Ok, I'm not exactly great at PHP, but I'm learning... Here's what I would like to do: An event occurs every Tuesday and Sunday. I would like to echo out the "next" date for the event. For example- "Yardsale every Tuesday and Saturday Next Yardsale: " [echo the next event …

Member Avatar for verbob
0
146
Member Avatar for mangel.murti

hi all, sorry for bad eng.. this draw polyline on g map and then fetch details from php; my prob is that when user draw a point , distance from that point should be display in miles to another point when his mouse drag to another point. any help or …

Member Avatar for mangel.murti
0
168
Member Avatar for geoamins2

Can you show me the way about storing the special characters into mysql database using php. Actually,I'm working on such a website where user can upload text and programming codes into mysql. Thank you in advance.

Member Avatar for vibhaJ
0
209
Member Avatar for drewpark88

Hey Guys, I have a quick question for you. I display a new event every day that allows users to attend that event. The event id and user id are added to an event participants table. I have 3 tables in my DB: "userinfo" which holds stuff like id, Name, …

Member Avatar for drewpark88
0
171
Member Avatar for Todx

I'm having problems with .htaccess rewrite rule. I want to convert: [QUOTE][url]http://www.domain.com/?d=SOME_STRING[/url][/QUOTE] To: [QUOTE][url]http://www.domain.com/download.php?file=SOME_SRING[/url][/QUOTE] So far I've some up with this: [CODE]Options +FollowSymlinks RewriteEngine on RewriteRule @|\?d=(.+)$ download.php?file=$1[/CODE] Anyone have an idea on why this isn't working? *mod rewrite is enabled*

Member Avatar for vibhaJ
0
97
Member Avatar for sim08u

Hi guys i have an assignment and it's asking me to let the user enter data into one of three text boxes to search for something in a database it also has to show the results in a table and be hyperlinked to the next page being bookingdetail.php and the …

Member Avatar for urtrivedi
0
820
Member Avatar for Tenaciousmug

I think this belongs here, but my $_POST['gender'] won't grab the gender that was submitted through a form. I am using AJAX so the page doesn't have to reload so it can go in a smooth transition, but the AJAX is grabbing the value perfectly fine. I have a feeling …

Member Avatar for almostbob
0
116
Member Avatar for iamthwee

[CODE]// create two new instances of LoadVars, one to send and one to receive data var dataOut:LoadVars = new LoadVars(); var dataIn:LoadVars = new LoadVars(); // define what should happen when the response is received, // using 'this' to refer to dataIn and get data from it dataIn.onLoad = function() …

Member Avatar for iamthwee
0
424
Member Avatar for Sorcher

Hello guys! I want to make a viewer function that adds up everytime the script runs. I want to do it with a text file, something like this i guess.. [CODE]$fp = fopen("video1.txt", 'a'); ///I guess i need to get the current value of the file, then add an additional …

Member Avatar for Sorcher
0
77
Member Avatar for begueradj

Hello people, When I call my function ReadMyTable::readAdmin(); i get an error where it says I have not the right to use self::admin within that function, please, help me to fix this problem ! here is my code : [CODE]<?php class ReadMyTable{ public static $admin="admin"; public static $presentation="presentation"; public static …

Member Avatar for vibhaJ
0
127
Member Avatar for altarek

I have database entrys that have a date column ( mySQL date type ) in this format(2011-5-30). I want to compare that date with the current server date and with 3 days before that day, to automatically send an email to a specified address.

Member Avatar for karthik_ppts
0
129

The End.