52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for |-|x

Hi all Is anyone here familiar with coding in WolfCMS? I have been asked to add a form page to an existing website based on WolfCMS, but have little experience on the platform. For some reason my form doesn't seem to be receiving the POST data, or executing the processing …

Web Development cms first-post php
Member Avatar for diafol
1
297
Member Avatar for jacob21

I need Javascript validations of : 1. 10 Digits cell number does not start with 0 2. Valid E Mail Address and 3. 6 Digits Pincode

Web Development javascript
Member Avatar for Airshow
1
143
Member Avatar for Jay-Kandari

Greetings Forum Members, Let me Introduce myself. Hello I am Jay Kandari From India. I am a Student. I am basically interested in Web Development. Now I have started with PHP. Currently, I am building websites using scratch. Now it's time to jump to Advanced Development. so I started off …

Web Development php php-codeigniter
Member Avatar for phorce
1
253
Member Avatar for rana.moeen

Hi Geeks, Here is code below, I wrote for multi file upload. This form takes a numeric value from previous page and print required form fields on this page. But when I write php code for upload it gives me errors. I use print_r($_FILES); but it returns an empty array(). …

Web Development mysql php
Member Avatar for rana.moeen
1
170
Member Avatar for cip6791

Hi all, I'm doing some tests with ajax and php. The below code works when I load the page, but I would like to call it when I click a button. How can that be done? index.php: [CODE]<script type='text/javascript'> $.ajax({ type: "POST", url: "test.php", data: "name=name&location=location", success: function(msg){ alert( "Data …

Web Development javascript php
Member Avatar for cip6791
1
16K
Member Avatar for |-|x

I was just about to post asking how to do this when I stumbled across the solution. All my research on the web suggests that the only way is to use stored procedures with an output parameter. Unfortunately, my queries are necessarily dynamically generated, and output parameters do not work …

Web Development asp.net mysql
1
108
Member Avatar for KushMishra

Hello All, I have come up with a social networking website which should support chat functionality like Facebook. My intentions are as follows :- 1.It should be dynamic that is the chat window should appear only when any friend is online else it should remain hidden somewhere. 2.Could it be …

Web Development asp.net
Member Avatar for adobe71
1
171
Member Avatar for aaloo

this is my as3 code which is sending variables to php [code] var myData:URLVariables = new URLVariables(); myData.firstName = "Kirill"; myData.lastName = "Poletaev"; var myRequest:URLRequest = new URLRequest("test.php"); myRequest.data = myData; myRequest.method = URLRequestMethod.POST; var loader:URLLoader = new URLLoader(); loader.dataFormat = URLLoaderDataFormat.VARIABLES; try { loader.load(myRequest); } catch (error:Error) { trace('Error: …

Web Development actionscript php
Member Avatar for aaloo
1
1K
Member Avatar for deraad

I'm making a feature like stated in the title that gives suggestions based on what terms exist in the database; I have a working example below that works for one term. such as "oranges", or "yellow bananas". However, I need it to work for multiple terms so if my database …

Web Development php
Member Avatar for deraad
1
241
Member Avatar for omesanni

Hi, I am currently in my final year doing an eportfolio system as my final year project and this system will allow students to do things such as upload images, academic documents in say word,pdf files. Also it would allow students to set privacy issues to each document in their …

Member Avatar for cnwanjah
1
2K
Member Avatar for Amr87

Hello Everyone , I`m trying to build MVC pattern using OOP PHP , please read the rest of the post to understand what I want exactly This is the homepage controller which extends the main controller [CODE]class Home extends Controller { function __construct () { parent::__construct(); } public function index …

Web Development oop php
Member Avatar for Amr87
1
125
Member Avatar for KushMishra

Hello to all, I've designed a website to provide Software and all the data is coming into the gridview.The entries in database are...... [B]SoftName : [/B] Name of the software [B]SoftType : [/B] Type of the software (like windows,mac etc.) [B]SoftUrl : [/B] Path of the software file in the …

Web Development asp.net mac-software
Member Avatar for KushMishra
1
466
Member Avatar for Jones_nash

Hello there my friends, I was looking to the best PHP code generator in the market, i already take a look into some frameworks but before i buy it i wanted to take a look here to know if you guys have any sugestion. Any of you already have/use/bought any …

Web Development php
Member Avatar for Ezzaral
1
191
Member Avatar for jonesa01

Hello, I hope someone can help me solve this: I am writing a script which can extract phone numbers from a peice of entered text which i can do fine but when there are other numbers it becomes more complex and i cannot seem to find away round it. All …

Web Development php
Member Avatar for jonesa01
1
4K
Member Avatar for wavyaquaeyes

HELP- I need to view my php files in the browser. I am running Apache server. I know only this much to put in the browser [URL]http://localhost/[/URL] /filename.php thanks

Web Development apache php
Member Avatar for dineshnbhatia
1
20K
Member Avatar for adcgv

We are trying to build a simple basic search engine at [snipped] and we need help with page rank. Now the results are being shown in the order of relevance. Can someone plz help us with some algorithm, link or code snippet. Also is it possible to call a c++ …

Web Development algorithm php seo
1
124
Member Avatar for raviaaaa

After installing tomcat 6.0 server into my machine iam not able to find "start up and shut down" files under bin directory pls tell how to solve this issue

Web Development java-jsp
Member Avatar for Taywin
1
187
Member Avatar for Virangya

hi, i need to subtract one date form the other and take the difference in minutes or seconds.. i'm getting the first date from the data base in 'Y-m-d H:i:s' format and second date is the current date (same format). and i want to know the difference between them in …

Web Development php
Member Avatar for lyrico
1
14K
Member Avatar for kiwimedia

[B]Sending email through PHP[/B] [B]Intro[/B] Thousands of websites use contact forms to communicate with their users. You will have almost certainly seen one if not used one to contact someone. The contact form will take the users information that he or she has filled in then send the data over …

Web Development display email first-post php
Member Avatar for KingGold171
1
3K
Member Avatar for binu_ds

Hi all, I have three CSV file. First one include toname,toid and status.Second one has username and password and the third one include from,subject,content,reply to,cc etc.I want to read csv files and to send bulk amount email address. Also want to increase mail sending time. How will read csv file …

Web Development php
Member Avatar for karthik_ppts
1
95
Member Avatar for rozerdun

I have a problem, i have two files with same name and it required to upload on site without renaming file both are jpg file, in one database it's my task how can i complete this task?

Web Development asp.net
Member Avatar for vijay_myl
1
301
Member Avatar for newbie14

Dear All, I have function where I read from a mysql table a set of value. Part of my codes is like this [CODE]echo "<tr id='gridRow'> <td >$count</td> <td> <input type='checkbox' onClick=selectAndUpdate('$row1[size]')></td> <td> {$row1[SerialNo]}</td> <td> {$row1[InHouseBranding]}</td> <td> {$row1[BrandCode]}</td> <td> {$row1[size]}</td> <td> {$row1[Pattern]}</td> <td> {$row1[EntryStatus]}</td> </tr>";[/CODE] A sample row generated is …

Web Development php
Member Avatar for vibhaJ
1
99
Member Avatar for scorpionz

Hi this is ScorpionZ can anyone have an idea like I have a div box with its 'id' and an Text area When i click on my Div box I get this the ID through Javascript and Print it on Text area Here is a little piece of code [code=html] …

Web Development javascript
Member Avatar for maniac23
1
738
Member Avatar for gry

Hi, I tried a auto-comment bot for wordpress(in my website) and coded it. My plan is that I write names in names.txt file and sample comments in comments.txt file(a name or comment per line) and it will add a random comment with a random name into Wordpress's database in wp_comments …

Web Development php wordpress
Member Avatar for G&G Designing
1
284
Member Avatar for Sorcher

How am i supposed to insert a word into a blank row? [CODE]$sql = "INSERT INTO ue-userfile WHERE id='$imageid' AND userid='$userid' (`albumname`) VALUES('$newalbum')";[/CODE] ? [CODE]$sql = " INSERT INTO `ue-userfile` ( ``, ``, ``, ``, ``, ``,``,`albumname` ) VALUES ('{$albumname}')";[/CODE] ? God damn annoying to not find any solution on …

Web Development mysql php
Member Avatar for Sorcher
1
82
Member Avatar for sfrederick1

Hey guys, I was trying to implement a twitter feed script into my website to display my most recent tweet, and it works fine, but the links are broken. Go to [URL="http://sfrederick.com"]http://sfrederick.com[/URL] to see what I mean. Here is the script: [CODE] <? $username = "sfrederick1"; $prefix = "Latest Tweet: …

Web Development php seo social-media
Member Avatar for atrueresistance
1
235
Member Avatar for AngelicOne

I know it's a good way to catch an exception but why not just make it into a simple if..else statement and run a block of codes then used die to stop the code following it from executing or echo to enable the scripts following it from executing. What's the …

Web Development php
Member Avatar for pritaeas
1
198
Member Avatar for aphpdeveloper

Hello, I am stumped on a problem im having, and I get the feeling that the solution is quite simple yet requires knowledge of certain functions. Basically I am creating a guestbook which allows users to post comments, however I am trying to create an admin approval system so that …

Web Development php
Member Avatar for aphpdeveloper
1
263
Member Avatar for meleo

After spending abut 8 hours frustrated (and growing very grumpy) :) I found a solution and wanted to share. On my site, I use cPanel. I found a couple of posts that saved me some serious headaches so I decided to share them here to hopefully help someone else. I …

Web Development cpanel email php unix
Member Avatar for meleo
1
128
Member Avatar for u4umang2001

Hi i m working with ASP.Net, C# i need to have an example of trigger how to call it from C#, and how to execute???

Web Development asp asp.net
Member Avatar for matricol
1
194
Member Avatar for drewpark88

Hey Guys, I have an "events" table in my DB and a "default_events" table also. Every day I display one event. I check to see if any rows in the "events" table match todays date and then display that event, if no events match by date, I check the "default_events" …

Web Development mysql php sql
Member Avatar for drewpark88
1
118
Member Avatar for nunos

Hello all. Even though my javascript/ajax knowledge is very low, I would like to be able to do the following, for which I ask you for help: I have a python script that runs from php with exec command. It takes about 5-10 seconds to complete. While the python script …

Web Development javascript javascript-jquery php
Member Avatar for twiss
1
1K
Member Avatar for jeffcogswell

Back around 2004 and 2005, I had embarked on a web project that included the ability for my users to draw on a web page—or at least, that was one of the requirements. At the time, most of my web development had been server-side, with very little JavaScript. Long story …

Member Avatar for arnavbhatkar
1
940
Member Avatar for KushMishra

Hello, I developed a website in which I added a master page,header and footer. In the header, I added a code but its not working fine because the pages that I am adding are in another folders as shown below... [CODE]<li><a href="Home.aspx">Home</a></li> <li><a href="KMApps/KMAppsHome.aspx">Applications</a></li> [/CODE] As you can see that …

Web Development asp.net
Member Avatar for KushMishra
1
173
Member Avatar for samsons17

hi guys.. I got a work need to be done which being asked by one of my client. My prolem is that he want to make a video sharing site like Youtube but with the certain features. What did he want is that, any user will be only allowed to …

Web Development video
Member Avatar for hellojohnatan
1
196
Member Avatar for anilashanbhag

The script is used in my newest chrome app [url]https://chrome.google.com/webstore/developer/detail/bomkcodcgmbjjhogdjophonfhgpegoni/[/url] Site: [url]http://codestrix.co.cc/pixels/[/url] The above script is a good to get stated with HTML5 canvas. Much of it is named so as to be self explanatory but any doubts you are more than welcome to post it here.

Web Development html-css image javascript
Member Avatar for anilashanbhag
1
662
Member Avatar for diafol

This is a CSS/HTML issue, not php. Your php is suspect: Line 15. No need for all the tables? How about one table? Do you really need a table anyway? Why not use <h3> for name, <p> or <div> for content? Any reason why you'r using mysql_result? This tends to …

Web Development html-css php
Member Avatar for vibhaJ
1
89
Member Avatar for azegurb

Hi all, I have table in Javascript and it has addrow, deleterow, submit, and functions. when i click it automatically adds new row and it has select option to choose some of them for ex. in added two rows one of them is Motherboard Asus and other is Motherboard Gigabyte. …

Web Development javascript
Member Avatar for Airshow
1
325
Member Avatar for agrothe

A friend of my recently asked me to help him set up a web based radio. Upon doing some research I found he has only original content (not copy right stuff), all static mp3 files, not live talk, and wants to loop the audio. I've found sites like radionomy and …

Web Development audio php streaming-service
Member Avatar for Kraai
1
234
Member Avatar for maunica

hi all, I am a new learner of php. I m currently working on my 1st php project.project is all about a website development.The site is still underdevelopment. I want to include counter in m website in order to know the number of visitors.I am continuously searching for a snippet.Please …

Web Development php
Member Avatar for hellojohnatan
1
118
Member Avatar for Sarah Lee

Hi Everybody How can i display in the gridview. "there is no data for this request" if the binded dataset is empty? Can anyone give some ideas? Thanks

Web Development asp.net dataset display
Member Avatar for egrullard
1
2K
Member Avatar for CJdamaster

Hi there, Because of browser wars and whatnot, a lot of CSS3 components have to be written in many different syntaxes to work. E.g. -moz-box-shadow and -webkit-box-shadow (even though they're identical in format) So, my solution is to write simple flags in the CSS file which a PHP script will …

Web Development php regex
1
57
Member Avatar for engel(ray)

I have a problem in my code. Whenever I instantiate COM its shows me this error: Fatal error: Class 'COM' not found in /Applications/XAMPP/xamppfiles/htdocs. COM works if I use windows, but when i use mac, it gives me error. I dunno if there should be extensions I should uncomment in …

Web Development php
Member Avatar for engel(ray)
1
198
Member Avatar for brynFlew

I am trying to pass multiple values to a crystal report using java and jsp pages. I can get it working using single values but I need to pass multiple values that are comma delimited or something along that line. I pass a toDate a fromDate and userName. I need …

Web Development java-jsp session
Member Avatar for brynFlew
1
149
Member Avatar for brynFlew

Hello, I have a barcode scanner and when a field is scanned it should autotab to the next field for population. I have tried this before but cannot seem to get it to work the way I would like. It should auto tab if the field in not null, i …

Web Development javascript
Member Avatar for brynFlew
1
211
Member Avatar for Fortinbra

In an effort to give back to the community, I'd like to start writing tutorials. I'm just not sure what topics to start with, or what topics are generally needed. I'd rather not duplicate a topic already covered on other tutorial sites, but I know I could put a different …

Web Development asp asp.net
Member Avatar for Fortinbra
1
224
Member Avatar for amazed

Hi I have LAMP stack as server and doing my development work on windows. What version system would be perfect in this scenario? Thanks

Web Development php
Member Avatar for mschroeder
1
105
Member Avatar for chrishea

I recently came across [URL="http://www.twilio.com/"]Twilio.com[/URL] that provides API facilities to implement voice or text capabilities through the internet. They aren't the first to provide this kind of service but the capability of the API and their pricing seem to make them worth looking at for anyone who has a need …

Web Development api java php
1
156
Member Avatar for brynFlew

Hello, does anyone know a simple way to focus on a different text field after the user enters data in the first text field? Thanks.

Web Development javascript
Member Avatar for brynFlew
1
326
Member Avatar for mikeflash

hey all, The server where I host my website went into unscheduled maintenance, a few minutes later I noticed that the IP of the server changed (they probably moved my website to another server since it's paid hosting although shared). So, my website was back online but some things weren't …

Web Development caching dns php
Member Avatar for joefarang
1
1K

The End.