1
vote
2answers
41 views

Changing uri when using get variable in codeigniter

I have just started learning Codeignitor. I am developing a web application in which I am using get variable , and loading data from database and displaying it. So my url looks like : ...
0
votes
1answer
38 views

Working on the follow user feature in a php mysql application

Problem Statement: I am working on a follow user feature in my application and need some at a point. I have a list of offers(posted by user) to show on my page on which there is a "follow vendor" ...
-4
votes
0answers
25 views

What does it take to build a cloud-based SaaS Web app? [closed]

I joined this forum because I was hoping to learn from experts in programming. I know next to nothing about it. I would really appreciate the help of you all. I want to develop a web app for lawyers, ...
0
votes
0answers
29 views

Is there a similar method to ISSET in ASP [duplicate]

Is there a similar function or method in ASP for if(isset($_REQUEST['searchBtn']))? Example: if i have pressed a submit button then i want to recall that submitt button if it has been pressed. The ...
0
votes
3answers
30 views

Multiple views for the same form in a web application

I have a situation where I have several ways to perform the same activity in my php web app. There is the "Manage Widgets" section of the app which has a form for creating new widgets and a list of ...
0
votes
2answers
40 views

Get data from within URL

On my website, say test.com, if someone visits test.com/hello I want it to redirect to test.com and pass the string data from after the '/' (in this case "hello") into the page, for example through ...
-5
votes
0answers
41 views

How to build my first website with slim twig and Paris? [closed]

I am total new in this area but have to build a website within a few days for my mobile apps. The requirements is to provide REST services. 1: Mobile app send GET and get JSON file responds depend ...
-1
votes
0answers
24 views

Is a enterprise MYSQL edition necessary for a large web application [closed]

I am working on a web application and I have been using PHP mysql as they are open source technologies.Also,I always read in white papers and articles that large websites like Facebook,Pinterest etc ...
0
votes
0answers
30 views

Maintaining a PHP session on an iPhone web app

I've just created a web app on my iPhone. I can open it and log in with no problem, but whenever I return to the app it has forgotten my previous session and I have to re-enter my username and ...
0
votes
1answer
40 views

PHP function to shorten file directory strings

I am trying to store image file names to a SQL database. The file name looks something like "_p4_analyzed__07001447_20121003-4000096925_Class2_reg_EPI.png" and I was hoping that it would be just ...
2
votes
4answers
115 views

PHP - Avoid reloading page after form submit

I'm new to php and web-programming... I'm working on a school project modifying databases through a corporate site. I'm using some forms to allow the user to look for information that will be used to ...
1
vote
0answers
58 views

What is the best Web Application Framework for the Absence Management System [closed]

I am about to create a web based Absence Management System. I am currently trying to select the best Web Application Framework for that purpose and I am not sure which choice is the best. Someone ...
-1
votes
0answers
52 views

E-Commerce Framework for user sales platform [closed]

I was assigned to develop an e-Commerce project, that has as one of its core features, to allow users to register and make sales to other users. Most of the e-Commerce frameworks are oriented towards ...
0
votes
0answers
28 views

Version Control web application Data [closed]

What is the best way to have version control on user application data. Example: User adds a sequence of numbers to be stored in the database. User commits that data and database registers it to Rev ...
0
votes
3answers
44 views

How to use insecure web script on SSL pages

I have used SSL to secure my pages, but one of my scripts has stopped working. I was using on page to show visit count on this website. It was working fine earlier without SSL but now shows the ...
0
votes
0answers
45 views

Display Image on Wordpress Webpage using PHP code - CiviCRM plugin

CiviCRM is an open source CRM system for nonprofits. There are versions for WordPress, Drupal and Joomla. All versions share a common codebase. The WordPress version is the newest and is a little over ...
0
votes
0answers
18 views

receive file with php, sent with XMLHttpRequest level 2

I am trying to send a binary file with XMLHttpRequest Object with the method I learned from an article Sending and Receiving Binary Data I cannot find any tutorial, reference or article about how to ...
-1
votes
0answers
45 views

Best way to load dynamic contents onto various parts of HTML using PHP

I want to load dynamic contents into various locations in an HTML file, and display it to user a way that minimizes the use of memory on client's machine. This is because my website currently uses ...
-9
votes
1answer
57 views

Web application backend [closed]

i need to develop a web application's backend. The frontend was developed with html5, js, css and jquery. My question is: What is the best technology to develop the backend? I have looked php and C# ...
0
votes
0answers
28 views

Website Thumnail using wkhtmltoimage

I am facing issues in using wkhtmltoimage-i386 to get web page screenshoot, when i execute my code there is no image generated. here is information of my hosting ...
0
votes
0answers
26 views

Deal with very slow actions in a website

Scenario: My web application (php) connects to a C++ engine through Oracle procedures. The clients interact with the website through jQuery activating or desactivating some ticks or checkboxes in a ...
0
votes
1answer
91 views

Scaling a web app based on Laravel 3

I'm writing my first web application using the PHP framework Laravel and a MySQL database. The application is quite image heavy with users likly to typically have 1 GB or more of images hosted by me. ...
0
votes
4answers
27 views

Ho to deal with images saved localy in cache when you update a website?

When i upload new content to my webpage example New images , when i connect to the webpage i still see the old images even though when i look in the code i see the new content. I suspect that the ...
0
votes
1answer
54 views

Limiting access to different user profile views

For a social network style application, there are varying levels of access to user profiles, for instance, full profile (for owner), limited profile (profile owner friend), no access (random user). ...
0
votes
2answers
56 views

Scaling a database horizontally using PHP mysql

Problem statement: I am working on a application in which a user can follow other users (like twitter or other e-commerce sites) and get their updates on his wall.It is in relation to a merchant and ...
0
votes
0answers
20 views

Microsoft web apps add a print to pdf button in embeded file

i'm interested in using microsoft web apps into my website. They give me all the features i currently look for except for one. I cant seem to find a way to allow users to print the filled spreadsheet ...
0
votes
3answers
46 views

Key points before deploying a PHP application online [closed]

I am about to deploy a PHP web application online. But before i upload it online i wish to know what are necessary key points i should follow. Some of the questions i know, such as, Queries ...
0
votes
2answers
92 views

Implementing a “Follow” user feature using PHP and Mysql

Issue: I am working on a kind of e-commerce platform which has sellers and buyers.Now in my case a seller can also be a buyer i.e every user can buy plus sell. So i have a single table called ...
0
votes
1answer
39 views

Automatically add data to MySQL when it arrives on the server [closed]

I am writing a web app where you admins can import data manually, my app splits the data and stores it in mysql. My question is if it is possible to automate this. The data is being sent every day to ...
0
votes
2answers
37 views

Getting University from Email Address

Basically what I am trying to accomplish is trying to take one's email address say JoeRandom@harvard.edu and try to get what school they goto from it (In this case Harvard University would be ...
1
vote
5answers
68 views

Complicated Star Pattern?

Okay, so I have a unique problem that I ran into when trying to code a 5x3 star pattern. I can do the for loops to get the 5x3, that's easy. However I need something different than a square. We can ...
0
votes
2answers
45 views

The ® character is not processed correctly in my form

The stack: a simple form with a textfield=> posted to an apache web server running on unix => processed by php 5.3 => saved in mysql5 table with the latin1 character set Than, retrieved from the DB ...
1
vote
2answers
61 views

Make a web server carry a program

What I want to do is the following: make a server carry a program which analyses a picture (which is sent to the web server) and returns a result, the program already exists and is written in C# and ...
1
vote
3answers
52 views

table row data displaying twice on web

I am creating an online baseball management game, i have xxampp installed on my local pc, and the code i have written so far displays as i like it on the localhost, however when i transfer these files ...
1
vote
2answers
47 views

Sharing access restrictions between php and javascript

The actual questions How to "map" access restrictions so it can be used from php and javasript? What kind of method should I use to share access restrictions / rules between php and javascript? ...
0
votes
1answer
51 views

How to access gmail from javascript php web site

AS a POC, I need to access gmail (using users email/pass) from my local host. I have registered my application in Google (got client id etc)and I am very confused on what needs to be done next. I ...
0
votes
0answers
56 views

php file inside /var/www canot execute any shell scripting located outside /var/www

I have installed LAMP server, Ubuntu 12.04, php 5, apache 2. I want run some shell scripts (testproject.php) and java files located in /home/home/Desktop/Project folder from the php file inside ...
-3
votes
0answers
85 views

How to do SEO work in a dynamic website using PHP? [closed]

In PHP and MySQL project how can I do SEO work? In how many ways can I do this by using dynamic data? Tell me all possible ways.
1
vote
1answer
37 views

Setting a cookie from a third-party domain

So basically, what I am trying is to build a simple tracker as a method of learning how trackers work. And I stumbled upon my first problem. The scenario is like this: Domain A, which loads the JS ...
0
votes
1answer
40 views

Zend-framework controller containing both HTML interfaces and REST interfaces

I'm developing a web application using Zend-framework. I'm looking for a smart solution to implement both RESTful interfaces and non-RESTful interfaces into a single controller. Let's pretend we're ...
-1
votes
2answers
52 views

Technique of One Click Upload To Multiple File Sharing Sites [closed]

I am newbie web developer. I have noticed that some site provide the facility to upload user's uploaded file to multiple file sharing site. I can't understand the main technique of this kind of ...
0
votes
3answers
59 views

Are long mysql transactions (~30 seconds) with only insert queries an issue? (InnoDB)

I'm working on a PHP script that processes files and inserts information about the files into a database. Specifically, the script processes some info then begins a transaction and inserts it into a ...
1
vote
3answers
30 views

how to find value of 2nd term in textbox using PHP [closed]

i'm working on a project in that i want to find what user is entering in the text but i don't want to know the whole value i want to know the 2nd term. example : user inputs : ABCD now i want my ...
0
votes
1answer
41 views

Caching PHP POST data in HTML5 app cache from mobile device with no connectivity

This question may be a little generalised, but I'd like to get some ideas on how to go about this. Basically I've developed a hybrid iOS app where the iOS end of it is simply a UIWebView with some ...
0
votes
2answers
29 views

PHPSESSID deletes on ios webapp

I am making a website that requires complete anonymity, but i want to send messages to that user, now I am insert the users cookie: PHPSESSID. but I need to make it work on iPhone/iPad and if I close ...
1
vote
4answers
133 views

Website to POS printer

I'm looking for a solution with POS printing. The scenario is: A restaurant currently has a POS system up and running, they take orders from iPads in store and have a network setup that processes ...
1
vote
1answer
693 views

fine-uploader implementation

I have my HTML file: <html> <head> <meta charset="utf-8"> <title>Fine Uploader Demo</title> <link href="fineuploader-3.4.1.css" rel="stylesheet"> ...
0
votes
2answers
31 views

Possible Web App Database Performance Issue

I'm working on an app for personal trainers at gyms to track their client's workouts. The way it works essentially breaks down into two groups. There are exercises, which are pretty straightforward, ...
0
votes
1answer
77 views

Web development on Linux (Font rendering different from Windows)

I'm doing web development on the Linux OS(Ubuntu,Linux Mint..). Sites look different in Windows and Linux. The font on Firefox in Linux looks smaller/shorter than the font on Firefox in Windows/Mac ...
0
votes
2answers
54 views

Old Mysql to new Mysql?

I was learning some web design about 18+ months ago and got caught up on some other things and had to stop for a while. I'm getting back into web design again. I used xampp back then and using xampp ...

1 2 3 4 5 18