39,388 Topics

Member Avatar for
Member Avatar for GrazerC0de

Hello guys I need some php framework to help me build my web application easier and faster. Could you suggest me some of them? and the fundamentals thankyou

Member Avatar for StephenHero
0
156
Member Avatar for hemanshurpatel

Dear friends, I am working on representing data in graphical view. Initialy i decide for column chart, in which each column represent a value associated with a variable. The strange thing is that values ranges from 1 to 100000 or ever more. Basically they are representations of types of data …

Member Avatar for diafol
0
148
Member Avatar for Edwin_2

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>SYNTHESIS REACTIONS</title> </head> <body> <p> Chemistry synthesis reaction equations </p> <p>&nbsp;</p> <form name="form1" method="post" action="index.php"> <p> <label for="A"></label> <input type="text" name="A" id="A"> + <input type="text" name="B" id="B"> <label for="B"></label> </p> <p>NB: Case Sensitive - Use Real Names!</p> <p> <input type="submit" name="solve" id="solve" …

Member Avatar for GrazerC0de
0
218
Member Avatar for davy_yg

Hello, How to make my email form function in CI ? I have a contact form which consist of : 1. Your Name 2. Your Email 3. Subject 4. Messages I have read: http://ellislab.com/codeigniter/user-guide/libraries/email.html Yet, I still do not know in which file do I have to write the codes …

Member Avatar for davy_yg
0
326
Member Avatar for lonestar23

How would I go about uploading and resizing a transparent PNG, GIF image using PHP? I have a script but it only works with JPG images and of course JPG images do not support transparent images. The image also needs to maintain it's transparency when resized. Thanks in Advance!

Member Avatar for selular88
0
1K
Member Avatar for everton.retweets

Hi Everyone, Especially those who are more experienced than others. I have been teaching myself php over the last 18 months and whilst I can do what I think are basic tasks, the more difficult tasks, well, are more difficult and take much longer to complete. The reason for my …

Member Avatar for everton.retweets
0
1K
Member Avatar for davy_yg

Hello, I am trying to create a table in CI: controllers/ctable.php <?php class Table extends CI_Controller { $this->load->library('table'); $data = array( array('Name', 'Color', 'Size'), array('Fred', 'Blue', 'Small'), array('Mary', 'Red', 'Large'), array('John', 'Green', 'Medium') ); $this->load->view('tablefile'); } ?> views/vtable.php <?php echo $this->table->generate($data); ?> routes.php $route['vtable'] = 'ctable'; Result: Welcome to CodeIgniter! …

Member Avatar for davy_yg
0
248
Member Avatar for thomale

i am always finding this error. if you have an idea.please assist as soon as possible mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\validate_login.php on line 20 This is line with the problem as per text -editor(* $row = mysql_fetch_array($result);*) <?php // Grab User submitted information $email …

Member Avatar for broj1
0
448
Member Avatar for everton.retweets

Hi Everyone, I am trying to add a php post variable to one of my output error messages. The working error message is this - registerError( $hint, $hint, $error_title, ' + sign not required. International dialing code not required' ); What I would like to do is to display the …

Member Avatar for minitauros
0
360
Member Avatar for amalinaharon

I need help on my coding. I want to disable date before today, so the user cannot click on that date. please help me on this issues. Below is my coding, please let me know if there is error or something that I missed here. Thanks.

Member Avatar for pritaeas
0
52
Member Avatar for leemyers

Hello, I have some php code that calls my server via a api, this code can create a new user on my server, what i need is a signup form so uses can enter information and creat the user and after the users has been made it will send a …

Member Avatar for Muneeb2Good
0
220
Member Avatar for accra

Am using ajax to populate a drop down list, and it works fine, but i just can't find a way to make choosen.proto to work. It works on other drop-down, but not the one populated with ajax. In short, the form must allow the user to select multiple items Here …

Member Avatar for accra
0
230
Member Avatar for NewHeart42108

I am creating a form which dynamically creates a list of options to purchase. The list is generated from a database. The PHP is <?php for($i = 1; $i <= $opt_count; $i++){ $desc = $options['description'][$i]; $prc = $options['price'][$i]; $type = $options['type'][$i]; $size[$i] = '&nbsp;'; $option_text = <<<TABLE <tr> <td>$desc</td> <td …

Member Avatar for ryantroop
0
256
Member Avatar for iLikePHP

I put it all here, it shows as a paste... mind looking and maybe editing and giving me your link? :) public function getTopics($cid) { require("database.php"); $cat_id = strip_tags($cid); $query = $db->query("SELECT DISTINCT * FROM `forum_topics` INNER JOIN `forum_replies` ON `forum_topics`.`topic_id`=`forum_replies`.`reply_id` GROUP BY `forum_topics`.`topic_id` ORDER BY coalesce(`forum_replies`.`posted_on`, `forum_topics`.`posted`) DESC"); if …

Member Avatar for iLikePHP
0
267
Member Avatar for musta2060

i want to know how can make internal live voice calling Application in web site by php not calling to external phone network and not by phone number just by username in site

Member Avatar for diafol
0
251
Member Avatar for davy_yg

Hello, I have the following error whenever I try to run phpmyadmin: Welcome to phpMyAdmin Error MySQL said: Documentation #2002 - No connection could be made because the target machine actively refused it. The server is not responding (or the local server's socket is not correctly configured). Connection for controluser …

Member Avatar for davy_yg
0
113
Member Avatar for kumar89hitesh

how to fetch data from database on the web page in php? please provide suitable example.

Member Avatar for IIM
0
98
Member Avatar for abhi10kumar

I integrated paypal payment successfully who have account in Paypal. There are 2 options, either you are a paypal user and you use your paypal, which is the way I have been testing. But, if you are not a member and want to test the cred/debit card option. I want …

Member Avatar for chrishea
0
162
Member Avatar for iLikePHP

I put it all here, it shows as a paste... mind looking and maybe editing and giving me your link? :) http://kk7.me/366999

Member Avatar for pritaeas
0
121
Member Avatar for sarithak

Hi Friends, I am struggling from last couple of days with this paypal return array. After completion of successful transaction in Live account, Paypal sends empty resultset to my website. Is there anything i need to set in Mercant paypal account ? Coming to Sandbox, everything is working fine. Please …

Member Avatar for abhi10kumar
0
164
Member Avatar for SakuraCindy

Hi all, I just wanna ask if I can create a system based on PHP. The system is about automated timetable system using Genetic Algorithm. I've previously did the system in Java, but I realized that I don't have the superior knowledge in Java.But I do have much better knowledge …

Member Avatar for SakuraCindy
0
218
Member Avatar for sujitha reddy
Member Avatar for diafol
0
140
Member Avatar for Msentri

high i am new in xmlrpc i would like to know how to send a request to server using xmlrpc

Member Avatar for pritaeas
0
51
Member Avatar for sujitha reddy

hi frnds i need mysql commands for cgpa calculator and need database connectivity

Member Avatar for pritaeas
0
66
Member Avatar for PF2G

Hi, i made this pagination system in the news list, but it's repeating the first data in every pages. So when i say i want 2 nes per page it's giving me 3 instead, because of it... if(isset($_GET['page'])){ require('config.php'); $page = $_GET["page"]; //Getting Page number $pages_query = mysql_query("SELECT COUNT(IdNoticia) FROM …

Member Avatar for GliderPilot
0
153
Member Avatar for sriramkarthick

Extension that are available as free from opencart and, Also provide me the extensions for displaying the categories as side menu ?

Member Avatar for pritaeas
0
122
Member Avatar for iwanna4get

The file is being copied the problem is all the file is getting copied like its going through the whole loop again <?php function copyfile($src,$dest){ copy($src,$dest); } ?> <!DOCTYPE html> <html> <head> <title>Menu</title> <link rel="stylesheet" type="text/css" href="menu.css"> </head> <body background="D:\Web\images\goo.jpg"> <div class="header"> <div id="logo"> <img src="D:\Web\images\the-library-white.png"> </div> </div> <div class="items"> …

Member Avatar for hag++
0
164
Member Avatar for Indians

in my project i'm using user input form. that form contains serial no, reference no, name, email, phone, address, etc.., in that user input form serial number textfield is readonly option. user can't able edit the serial number. in that textfield i want to show the next auto_increment id from …

Member Avatar for diafol
0
3K
Member Avatar for arifkutty

class Jcart { public $config = array(); private $items = array(); private $names = array(); private $prices = array(); private $qtys = array(); private $urls = array(); private $subtotal = 0; private $itemCount = 0; can any body please explain what the meaning of above code. in the first line …

Member Avatar for arifkutty
0
162
Member Avatar for kumar89hitesh

How to connect a web page with social media like facebook, twitter, LinkedIn etc.?

Member Avatar for kumar89hitesh
0
109

The End.