39,316 Topics

Member Avatar for
Member Avatar for best4earn

I am using a word press plugin "binarymlm" i this plugin any visitor of my side can get register to my site , i want any member who want to registerd o my site must have pay to me , then i issue a code which he will put into …

Member Avatar for AARTI SHRIVAS
-1
105
Member Avatar for shelexelex

I'm a newbie to this. Hi, i've been trying to display all database records on an html table i still cant think anything out. I only know how to display a predefined number of rows but i need it to display all db records. I know it has to do …

Member Avatar for bradly.spicer
0
312
Member Avatar for devianleong

Anyone can tell me how can I rewrite my url from www.example.com/user.php?id=1 and id=1 will get the name from mysql. Like example id=1 user name is "abcdef". Now the parameter(id=1) will get result from database and display "abcdef" to url(www.example.com/abcdef).

Member Avatar for devianleong
0
670
Member Avatar for davy_yg

Hello, I wonder why I see blank screen on CI. controllers/page.php <?php class Page extends CI_Controller { public function index() { $this->load->view('index'); } } ?> views/index.php <html> <link href= "<?php echo base_url(); ?>assets/css/style.css" rel="stylesheet" type="text/css" media="screen"> <script src="<?php echo base_url(); ?>assets/js/jquery.min.js" type="text/javascript"></script> <script src="<?php echo base_url(); ?>assets/js/chili-1.7.pack.js"></script> <script src="<?php echo …

Member Avatar for davy_yg
0
469
Member Avatar for mbarandao

Hello All: I need help constructing a mysql statement to post data from the following form to db <form id="updateHrs" name="updateHrs" method="post" action="process_updateHrs.php"> <table align=center class="ebc-table" cellpadding="0" cellspacing="0"> <thead> <tr> <th colspan="7"><?php echo $SBS_LANG['time_title']; ?></th> </tr> <tr> <th class="sub">Days</th> <th class="sub">Opens</th> <th class="sub">Closes</th> <th class="sub">Day Off</th> </tr> </thead> <tbody> <?php …

Member Avatar for iamthwee
0
278
Member Avatar for BadManSam

Hi, I have a really simple mailing script.It works, but it sends the message twice. How do I send the mail once. <?php $email = 'example@domain.com'; $subject = 'MESSAGE FROM DOMAIN!'; $message = 'The Message Was Successfully Sent!'; $headers = 'From: noreply@domain.com' . "\r\n" . 'Reply-To: reply@domain.com' . "\r\n" . …

Member Avatar for cereal
0
109
Member Avatar for davy_yg

Hello, How to create a contact us form like: [Your Message](http://www.indonusa.net.id/contact.html) When you place a cusor on your message, the cusor align to the left. When you type a text on it, the whole previous text like Subject etc disappeared. This is a similar contact form that I create: <div …

Member Avatar for Zagga
0
180
Member Avatar for kidcameo

Delete install.php file for security reason please! How can I delete this and how to find it..I keep seeing this message when I go to a site I usually visit. only saw it first time today

Member Avatar for almostbob
0
2K
Member Avatar for searchacar

Hello, I am doing some search in which my requirment is to search between specific dates. Like user can put start date and then end date. Once submit then it should find result between these two dates. [QUOTE]Select from table where date1>2001-01-05 And date2< 2001-02-05.[/QUOTE] Will this above statement will …

Member Avatar for angiesavio
0
9K
Member Avatar for davy_yg

Hello, I wonder where to place include in Codeigniter. for example: views/vdepan.php <?php include('includes/navigation.php'); ?> where should I place navigation.php file ?

Member Avatar for davy_yg
0
158
Member Avatar for ryantroop

/* also, read the edit */ So... after painful MySQLi intro to working with MySQL Stored procedures... I have come to the conclusion that the only good way to pass variable length binds is to use eval() Is this a poor choice? The way I am using it is: $Conn …

Member Avatar for ryantroop
0
205
Member Avatar for patk570

Hello everyone, I have a website I am working on. On this site, I have a form that when you search for just one term, say "legs", it is supposed to pull up everything that is "legs", but not "legs" with "stability ball". My form uses the search term q[] …

Member Avatar for patk570
0
400
Member Avatar for amit.chaudhari.71

hi friends i want to draw graphs by feching data from database through php code . plz help me

Member Avatar for <M/>
0
196
Member Avatar for sparkles_links

I need to randomly select 10 winners phone numbers from mysql database with php without repeatation one after the other

Member Avatar for pritaeas
0
92
Member Avatar for Php_1

hi everyone..! i am working on a web site which is in two languages.. so i need a help i am inserting values in database and i need to retrive it and showing in another language which i use thanks in advance

Member Avatar for broj1
0
154
Member Avatar for luis.andrei.cobo

I have a site hosted on NetworkSolutions using Joomla with mod_rewrite on. When I use that with php files, the pages load and stop, randomly, somewhere a part of the way into the file and fail to download completely. If I turn mod_rewrite off, and access the php page directly, …

Member Avatar for Dani
0
1K
Member Avatar for BadManSam

Hi, how would you delete a folder on the click of a button including its contents, including the file that has the script to delete it. After it has been deleted it should redirect to the homepage of the site. And how you show that if a folder exists then …

Member Avatar for paulkd
0
156
Member Avatar for LameApe

Howdy. Perhaps I've being going about this all wrong, fair enough but essentially what I'm trying to do is place all my db connection info on another page `connect.php`. The idea is to then setup a function (below) which can then be called in *once* on my class files for …

Member Avatar for paulkd
0
93
Member Avatar for dshivprasad

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'futurejunction'@'182.50.130.103' (using password: YES) in /home/content/90/11628090/html/phpmysqlcon.php on line 6 Unable to connect database. is showing in my website. whats the wrong happened.

Member Avatar for pritaeas
0
99
Member Avatar for GlenRogers

I have a screip to resize an image, save it to a dir and store the path in mysql. This works ok. The images are gotten from a suppliers website where the filename of each is the product code. The variable $remote_file in my code looks like this ../images/products/wsx339.jpg. How …

Member Avatar for GlenRogers
0
260
Member Avatar for maggoteer

I'm currently trying to modify 2 scripts to work together. I've gotten everything working except the script isn't passing any, or the incorrect information when it's trying to create a checkbox. Here's the code I have so far: if (strlen($q)>0) { $hint=""; for($i=0; $i<($x->length); $i++) { $f=$x->item($i)->getElementsByTagName('id'); $g=$x->item($i)->getElementsByTagName('item'); $h=$x->item($i)->getElementsByTagName('price'); $y=$x->item($i)->getElementsByTagName('keyword'); …

Member Avatar for iamthwee
0
275
Member Avatar for garyjohnson

I have a database that contains multiple comments. Each comment has their own ID. I want to select 5 comments from the database, store the last comments ID into a variable and then select 5 more comments at a later time. When I collect 5 more comments at a later …

Member Avatar for pritaeas
0
135
Member Avatar for dangeroz

Public Class Adminpage Dim result As MsgBoxResult Public Sub shw() End Sub Private Sub Adminpage_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load clr() End Sub Public Sub clr() patientno.Text = "" lasttxt.Text = "" Firsttxt.Text = "" Middletxt.Text = "" ComboBox1.Text = "" gencbad.Text = "Select..." MaskedTextBox1.Text = …

Member Avatar for JorgeM
0
288
Member Avatar for thuku

Hi Gurus, If I have an existing code, How do I make it a plug in on wordpress, and add it to the dsahboard ?

Member Avatar for <M/>
0
184
Member Avatar for strongpot

Hello, Self taught guy here. Thanks for reading my post. I've made a app to track the sales of floating rubber ducks for a duck race. I have a database which contains data similar to this: id soldby package ------------------------ 1 John 6 2 John 25 3 John 1 4 …

Member Avatar for strongpot
0
286
Member Avatar for Raju_3

I had uploaded the image(blob field used) in DB.i want to show that image in pdf.how to write the code, please help me

Member Avatar for broj1
0
2K
Member Avatar for papa10

how to create mail code when user is register then send random user name and password in CodeIgniter

Member Avatar for cereal
0
49
Member Avatar for srilakshmi7

Hi.. I'm new to php.. I'm creating one website.In that I planned to keep default profile picture for each member of mysite and they can also upload their profile picture,edit and delete.. Please can anyone help me with this php and mysql coding?

Member Avatar for broj1
0
66
Member Avatar for davy_yg

Hello, this is php in codeigniter. I have posted the same topic in codeigniter discussion forum, but I get a really long time to get a reply and some times do not get a reply at all. So may be if there are some codeigniter experts in this forum might …

Member Avatar for paulkd
0
231
Member Avatar for lewashby

In the following code I'm trying to figure out what InitDB is? I need to reconfigure these files for a particular website and to use SQLite. http://www.html-form-guide.com/php-form/php-registration-form.html <?PHP require_once("./include/fg_membersite.php"); $fgmembersite = new FGMembersite(); //Provide your site name here $fgmembersite->SetWebsiteName('user11.com'); //Provide the email address where you want to get notifications $fgmembersite->SetAdminEmail('user11@user11.com'); …

Member Avatar for veedeoo
0
783

The End.