52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for seuntech

please i need your help. i need to output the result below in this format $array = array('45', '92' , '91','94', '90', '12', '104', '105', '93'); [CODE]$checkfresult = mysql_query("SELECT name, state FROM users"); $users = array(); while($thecount = mysql_fetch_assoc($checkfresult)){ $users[] = $thecount; }; $array = array('45', '92' , '91','94', '90', …

Web Development php
Member Avatar for seuntech
0
73
Member Avatar for asg333

I have a form that takes a zipcode as input and displays a google map on the same page using ajax. If I submit the form using a submit button, it works fine. However, I would like to auto submit the form after 5 characters are entered. This code works …

Web Development javascript
Member Avatar for Airshow
0
161
Member Avatar for amanu092

I am using joomla 1.5.22 version.whenever i try to save any changes in global configuration in joomla's backend it redirects me backend's home page without saving the changes also when i try to add a contact it redirects me contact manager without adding contact what the problem?please help.

Web Development php
Member Avatar for Kraai
0
136
Member Avatar for Tabone3

I never uploaded a file before and I'm finding some problems regarding uploading a file in a directory which have some security. I searched on the internet and I found out that I need to make use of [I][B][U]chmod[/U][/B][/I] php function however I have been fighting against my computer for …

Web Development file-system php
Member Avatar for tomato.pgn
0
239
Member Avatar for 68thorby68

I have got myself in a bit of a mess creating a dynamic form and not knowing how to get at the resulting data. I am creating a dynamic form from a mysql database, in order to allow the user to edit and re-store their data. Database is quite simple: …

Web Development php
Member Avatar for 68thorby68
0
125
Member Avatar for sunny124

Hi, I have a checkbox where if a user clicks it, the address fields gets removed and if he clicks it again, it should add those address fields back. I can get it to remove it successfully but when I try to add those fields back, I get [object Object] …

Web Development javascript javascript-jquery
Member Avatar for sunny124
0
120
Member Avatar for 54uydf

Hi,I put many tiny forms on one of my pages, all have the same action to return to this page when submitted <form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>"> but how can I know which one was submitted? I used this line all this time when I had only 1 form …

Web Development first-post php
Member Avatar for Killer.bee
0
152
Member Avatar for Sarama2030

cannot load type"projectname.webform". what could be the problem. should i be testing my app using asp.net's development server or ISS.

Web Development asp asp.net
Member Avatar for Sarama2030
0
80
Member Avatar for rajdevsohail

i actually want a user to select a file to upload to my webspace , and while uploading it is renamed and at end it will display a url to the user which contains php variables ( (depends on the file name) .. i have made a form (for the …

Web Development php
Member Avatar for rajdevsohail
0
250
Member Avatar for sajidk25

Hi, I want develop a web site which contain database driven report and chart etc. Database for I intent to use for my application is MSSQL 2005. Plz give me a step by step guide line to configure PHP,MSSQL and Xampp etc. I am using windows 7 ultimate and xampp-win32-1.7.4-VC6. …

Web Development mssql php
Member Avatar for sajidk25
0
159
Member Avatar for red_ruewei

Hi all, First, apology if we created duplicate thread. we try to find relevant topic but no luck to find match and sorry we newbie with ireport but have basic with java. Here is my case. We manage to read ireport generated from jsp file with below code. The report …

0
130
Member Avatar for CFROG

Does anyone feel that Cake is worth the trouble it takes getting used to it? I don't mind putting the time into learning it as long as it pays off in the end. They claim you are up and running faster and spend less time re-inventing the wheel and while …

Web Development api google-api oop php
Member Avatar for johnbo100
0
129
Member Avatar for tcollins412

lets say i have a get variable:[CODE]$goto=$_GET['goto'];[/CODE] and i have a array [CODE]$sections= array('fail' => fail());[/CODE] how would i make it so when the $goto=fail, it does the function fail from the array?

Web Development php
Member Avatar for Killer.bee
0
126
Member Avatar for Killer.bee

hello i want help to design a script for banning ip's and also range of ip's.... Hope that somebody may come out with a solution to do this ....

Web Development php
Member Avatar for tomato.pgn
0
120
Member Avatar for flynismo

I have resolved a couple issues on my site thanks to you all, and hoping that you can come to my rescue one last time, because I am at wit's end trying to figure this one out. I have a shopping list on each page. Normal grocery store items; users …

Web Development mysql php
Member Avatar for hielo
0
155
Member Avatar for turt2live

Hello, In my code I am getting this error: [CODE]Warning: mysql_connect() [function.mysql-connect]: User turt2liv_demo already has more than 'max_user_connections' active connections in /home/turt2liv/public_html/demo/jamond_website/class.php on line 11[/CODE] That method looks like this: [CODE]//Constructor function __construct($debug){ if(!$debug){ $debug=0; } mysql_connect("localhost","turt2liv_demo","demoacc") or die("Connection Error: ".mysql_error()); mysql_select_db("turt2liv_demo_jamond_website") or die("Selection Error: ".mysql_error()); error_reporting($debug); date_default_timezone_set("America/Edmonton"); if($this->isLoggedIn()){ …

Web Development audio php
Member Avatar for turt2live
0
115
Member Avatar for Sarao

Hello, I have following page which shows 10 records per page (pagination) what I want is, it gives me a total of "Total (Price+Shipping)" at the end of the page. How can I do that? I am trying hard but with no access [code]<?php include('connect.php'); ?> <?php //This checks to …

Web Development php
Member Avatar for tomato.pgn
0
206
Member Avatar for nats01282

Hello i am creating a small forum and having trouble with the user sign up form. i have the start of a sign up form on the index page then that jumps to the sign up page with more info, e.g... index.php [CODE] <form action="signup.php" method="post"> name: <input type="text" name="name" …

Web Development php
Member Avatar for nats01282
0
98
Member Avatar for turpentyne

I have the paginated results page below, intended to show the results from a previous search page that pulls items from the database and also passes the _GET to this page. When I first submit my search, it works. But when I click on the paginated pages below, It reloads …

Web Development php ui-ux
Member Avatar for turpentyne
0
129
Member Avatar for klemme

Looking for an answer about how I can use relations in my DB, when a link is clicked. I have the main navigation in the top of the page, the table is called:"SUBJECTS", primary key is ID. I also have a local navigation in the left side of the page. …

Web Development php sql web-design
Member Avatar for madCoder
0
163
Member Avatar for kimlong008

If I want to make a file connect SQL by file C# which I don't use connect in web.config But I can't call 2 class because when file aspx and Cs they have call [CODE]public partial class _Default : System.Web.UI.Page[/CODE] Help me create file connect SQL in Cs use all …

Web Development asp.net c# file-system
Member Avatar for kimlong008
0
229
Member Avatar for klemme

All, I have a small select box for deleting a page, and I need to include the pos(which is position when it gets submitted) - So I can update the database position of the pages. How can I put the pos in this too when it gets submitted? [CODE] <?php …

Web Development php
Member Avatar for klemme
0
198
Member Avatar for netroxy

Hello guys. Just an example of what I'm talking about, I made a page to show you guys what Im looking for here : [URL="http://netroxy.com/51274581336/tablehelp.htm"]http://netroxy.com/51274581336/tablehelp.htm[/URL] If anybody can build a script that would do search results for certain categories of games, such as skill games, action games, adventure games, shooter …

Web Development php
Member Avatar for tomato.pgn
0
175
Member Avatar for feoperro

Hi there, I'm trying to do a Username validation with JQuery but I'm not sure how to get a "TRUE" from the first section of code before going to the next section which is an ajax call to the backend. Below is my code. [CODE] $(document).ready(function() { $("#username").change(function() { var …

Web Development javascript javascript-jquery
Member Avatar for feoperro
0
265
Member Avatar for xiiopao

hi there im new to php and im currently building my website .,it's more like an online store and i would like my products to be listed in a gridview., i have a database and my only problem is how to display the images .., i've already displayed some info …

Web Development display image php
Member Avatar for xiiopao
0
542
Member Avatar for nizuya

[CODE]<a href="javascript:document.apply.submit()" >Submit</a>[/CODE] I use this all over my website. It works great every where but on one page. The error is document.apply.submit is not a function. I would include the code but the page really long. Anyone have any ideas what would cause this error?

Web Development javascript
Member Avatar for nizuya
0
93
Member Avatar for susheelsundar

Greetings Everyone, The Scenario is, we are incorporating a js calender into a page, as usually, there is a issue with calender clip location, the css of calender is in javascript, i have tried targeting firefox enough with tags like (firefox, -moz-binding:, load-mozilla-css, ff4) in the following code snippet [CODE] …

Web Development html-css javascript
Member Avatar for codewall
0
234
Member Avatar for channsoung

I am having a problem in counting the user that visit to a website of mind using php. I want to count those user by day, week, month, in total and store them in MYSQL database. I have been searching through lots of site and still cannot figure it out …

Web Development php
Member Avatar for tomato.pgn
0
109
Member Avatar for samsons17

Hi all.. I got a problem here on how to handle the form submission. The problem is like this.I got two part of the form which i want to get the data from the user for the events that he/she want to promote. [B](1)[/B]The first part is that I want …

Web Development php
Member Avatar for tomato.pgn
0
811
Member Avatar for Barrett1

I just would like to know how to do this? Just like facebook! Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam fermentum posuere arcu lobortis mattis. In eu nisl turpis. Praesent mi dui, dignissim et rhoncus nec, sodales vel sapien. In hac habitasse platea dictumst. Etiam quis felis vitae …

Web Development php
Member Avatar for ko ko
0
149
Member Avatar for kieky

hi all...i need your help.. i'm using method to count total comment in my application. This is my code : [B]Comment.aspx.cs[/B] [CODE] protected String GetCountComment(string IdTopik) { try { string value = String.Empty; DMSDataAccess db = new DMSDataAccess(); var comment = db.DMSDataContext.Comments.Where(p => Convert.ToString(p.IdTopic) == IdTopic); value = Convert.ToString(comment.Count()); return …

Web Development asp.net
Member Avatar for Mitja Bonca
0
101
Member Avatar for ivan3510

Can you check this site? (can you check can you listen to music? [my browser is firefox, and can you check it with other browsers?]) Thanks! ([URL="http://latinus.herobo.com"]click[/URL]) (PS. Glasno&#263;a means volume)

Web Development javascript
Member Avatar for ivan3510
0
90
Member Avatar for shruwin

Hi, I have to retrieve data from database and create a XML file, then i have to parse this file and display output in browser. Creating XML file works fine. But parsing is not working. No errors. But output is not displayed in browser. Have submission tomo. Please Please help. …

Web Development html-css java-jsp xml
Member Avatar for peter_budo
0
713
Member Avatar for jonsan32

[B]Trying to install a slideshow and a quote rotator, and can only get one to work at a time. I assume the scripts are conflicting, but is there a way around this? Can I just rename one of the [COLOR="Red"]$(document).ready(function()[/COLOR] to like [COLOR="Green"]$(document).ready(function(2)[/COLOR] or something?[/B] This forum tries to explain …

Member Avatar for jonsan32
0
186
Member Avatar for amanu092

Hi everybody! i am using joomla 1.5.23 with the templete jvwintro when i try to add a menu then a message just like "Invalid Token" is shown the same problem is shown in the JA-Methys-Joomlart-Template what the problem is? and what is the remady? please reeply me soon.

Web Development php
Member Avatar for amanu092
0
148
Member Avatar for MoreBloodWine

Right now dates might look something like this 04/18/11 or this 04/08/11. Well, what needs to be changed and where to not display preceeding 0's in single digit months / days so 04/18/11 becomes 4/18/11 and 04/08/11 would become 4/8/11.. Ty for your time and help. [code]<?php $ndnews = file_get_contents('http://www.naughtydog.com/index.php/site/tickerData'); …

Web Development php
Member Avatar for MoreBloodWine
0
156
Member Avatar for iwonder

Hi I`ve done with nuke, xoops, mambo etc for a year now . Now choosing from site like [URL=http://opensourcecms.com]OpensourceCMS[/URL] n all is pretty messy . ;) Can you suggest a CMS for a personal site , blog will do too . I`m thinking of wordpress , but it`s 1.5 is …

Web Development cms wordpress
Member Avatar for mtroute
0
229
Member Avatar for Nitin Daphale

In my project everywhere I get data(ex.customers) in a datatable and for further use I store it in session as [CODE]Session.Add("DtTblName",dt_Cust);[/CODE] And access through dt_Cust=(DataTable) Session["DtTblName"]; All is working fine, my concern is, Is it a right way to store heavy object like datatable store in session, to avoid database …

Web Development asp.net session
Member Avatar for Nitin Daphale
0
860
Member Avatar for rajeesh_rsn

Hi, I need to replace "-" from a string . Ie Just need a "-" between two words. ie standard format is : Hello-world-php If I got a string like this 'Hello--world----php' I just need to rewrite that in to 'Hello-world-php' format . Hope you understand this .. Please help …

Web Development php
Member Avatar for chrishea
0
183
Member Avatar for klemme

Everyone, Can someone see why this select box doesnt display the numbers, but only the default text? [CODE] <?php include_once "connect_to_mysql.php"; //Placing the page under the relevant subject, using a dropdown list $sqlCommand = "SELECT subjectid FROM pages ORDER BY subjectid ASC"; $query = mysqli_query($myConnection, $sqlCommand) or die (mysql_error()); while …

Web Development php
Member Avatar for klemme
0
219
Member Avatar for rutaba

i want to add marker in the google map embedded with my php site? and want to show information abt that marker? kindly can someone help me how can i do that usig google maps? waiting for reply thanx

Web Development google php
Member Avatar for keval_hack
0
205
Member Avatar for joban.ali

Hi Everyone, I have integrated a Google Map on my website, which is working in good order. The maps data such as location lat/lng is coming from database. At present all the location markers are appearing on the map. I have a php page which draws out all the sql …

Web Development display google javascript php sql xml
Member Avatar for keval_hack
0
305
Member Avatar for arjani10

Hello! I have an file php who want direct access in that file nobody can have access,i dn't know if is possible to block.... [CODE]<?php header("location:/path/?id=".$_GET['id']); ?>[/CODE] i put that in an embed page and run video avi.when i block direct access with htaccess video dont run.Is possible block direct …

Web Development php
Member Avatar for arjani10
0
212
Member Avatar for azam3404

Hi, i am using ASP.NET.I want to insert command in asp.net using c#.How can i do?? thanx

Web Development asp.net dataset
Member Avatar for crishlay
0
105
Member Avatar for Shantanu88d

Hi, I have a web form. On it I am generating a gridview through a stored procedure. Now it has it's DataSource set to dataset object ds. After generating this gridview. I want to generate an xls file. The code for that is correct. But since I am calling a …

Member Avatar for crishlay
0
377
Member Avatar for manraj82

Hi guys, I am in the process of creating a login form in ASP.Net and I have not written any code for it yet bcos I dont know how to go about doing it.In the past I have created basic login forms in ASP.net by redirecting them to a page …

Web Development asp asp.net javascript-jquery
Member Avatar for crishlay
0
1K
Member Avatar for denmarkstan

i cant really understand this error. from what am doing, "SS3B" comes from textbox6. and here is the sql code to insert it to database. But it keeps giving the above error. Beside, i am not converting anything. [ICODE]cmd.Parameters.AddWithValue("@FormedClass", TextBox6.Text.Trim())[/ICODE] Please where is this error coming from? And what is …

Web Development asp.net
Member Avatar for crishlay
0
140
Member Avatar for Moirae

Hello everyone! I have field in database table that is image type. I have to create model for this table (mvc3) and I don't know which data type to use. Any hints??

Web Development asp.net c# image sql
Member Avatar for crishlay
0
72
Member Avatar for fusioninfosys

hi all I am new in asp.net. my company got a big asp project for updation. and it is a published website so that the source code is not available. how can i retrive the source code from the published? Is there any chance? If not what i do for …

Web Development asp.net
Member Avatar for crishlay
0
106
Member Avatar for waqar100

I want to increase the data type of varchar(100) to varchar(200)?without any loss of data in the existing table?HOW

Web Development asp.net
Member Avatar for crishlay
0
305

The End.