General purpose scripting and programming language used in web development to create dynamic webpages.

learn more… | top users | synonyms

-1
votes
0answers
17 views

Splitting a string [closed]

I need to split a string in to two sections? $sBranch=$aClassInfo[0]; $sGrade=$aClassInfo[2]; $sSection=("$sGrade");
-1
votes
0answers
12 views

cms tool for building a personal site mixing with your life stream [closed]

Nowadays I'm writing random content in too many external sites (google+, facebook, twitter, instagram, github, ...) plus my own site (a blog with posts and pages) and a wiki. I would like to ...
-1
votes
0answers
20 views

Fan page list display issue [closed]

I used graph api and displayed all the fan page list here, but there is issue while getting feeds from thousand of pages at one time. I will use cron job to get feeds. The aim is to show trendy post ...
-1
votes
0answers
44 views

Open Source Web App for E-Learning (Quizzes, Tests) [closed]

For my own students I'm using iTest and I have also used KWordQuiz in the past. Desktop apps don't cut it anymore. Ideally I would like something that I can host on my own server, PHP/MySQL, with the ...
-3
votes
0answers
48 views

Lightweight news/blog system [closed]

I want add a simple news/blog page to some of my websites. I found http://winged.info/p/projects/news that seems amazing. But I need that the system uses Markdown as its mark-up language and comment ...
0
votes
0answers
6 views

Need help to convert this piece of code in codeigniter [migrated]

SELECT id,ospos_people.first_name,ospos_people.last_name,customer_id,is_draft from (SELECT ospos_quotations.id,ospos_quotations.customer_id, ospos_quotations.is_draft, ospos_quotations.date from ...
0
votes
1answer
295 views

Google Drive Public Folder Dropbox

Is it possible within a google drive domain to have a shared folder with read/write permissions but not delete permissions that would copy a file that is "shared" with that folder instead of it being ...
0
votes
0answers
204 views

How can I show Marker on Google Maps in URL?

<iframe width="270" height="250" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.in/maps?f=d&amp;source=s_d&amp;t=k&amp;layer=t& ...
0
votes
0answers
70 views

How do i get a count of particular post reach of a facebook page?

I am developing one web page. Where i want to get the reach count of of a particular post in a facebook page. The reach in the sense number of likes, comments, reshares, and reshares's likes. I am ...
0
votes
0answers
71 views

Store local file path string [closed]

I'm creating an app for my office to track files. The user has the ability to upload files to the server if they wish, but sometimes we just need to know what folder to find it on our local file ...
-3
votes
1answer
93 views

Facebook Publish Activity [closed]

How to Publish user activity in facebook ? I have problem to reurn activity Id in that Please reply Thanks
2
votes
0answers
95 views

Is there a way to embed a fully-functional (NOT read-only) Google Calendar into a website?

I'm building a website to help a friend who schedules piano lessons. They use Google Calendar to track lessons, and I'm building a website for them to manage students, lesson packages, etc. The ...
0
votes
0answers
195 views

I'm looking for an opensource php file manager [closed]

I need a php opensource script that allow me create temporary file server : Upload file to a folder on server. Create download link automatic (this link will be disable on next 2-3 days) No login ...
2
votes
0answers
99 views

Uploading photo from mobile to server, exif problem [closed]

I am trying to upload photos to my server using php. However the exif data seems to be lost during the process and the resultant uploaded file is 90 degree rotated. Has anyone come across a similar ...
0
votes
0answers
200 views

Run PHP script while loading HTML for Facebook application [closed]

I'm trying to run PHP code in a Facebook application, but it gives a blank screen for 20 seconds or so. The PHP code is not efficient I know this, but I can't change it, it's because of some queries. ...
-1
votes
1answer
145 views

Free online PHP hosting [closed]

I have a PHP script that can take $_GET parameters from a URL (i.e. http://www.example.com/test.php?name=george). I'd like to be able to host this script online so that others can pass parameters to ...
1
vote
0answers
322 views

How To Send a GTalk Message with PHP [closed]

Hi I am trying to Develop a Client that can communicate with GTalk (Specifically sending GTalk messages) On my PC I have GTalk installed and use it all the time. But all the samples on the web that I ...
0
votes
0answers
52 views

How to link or integrate a new WordPress contact form on a new site to a ColdFusion email processing application? [closed]

A site is being upgraded from a static site to the PHP WordPress platform. Looking for the best way to integrate an existing email form processing script (which uses ColdFusion) on a static site using ...
0
votes
0answers
74 views

Url-shortening web-service inside a PHP aplication? [closed]

How can I use a url-shortening web-service inside a PHP application? I need a PHP variable having the shortened-url of my full url.
2
votes
0answers
95 views

Twitter View Conversation

How do I get the "View Conversation" option to my tweets. I've seen https://twitter.com/DBZNappa and https://twitter.com/#!/StealthMountain/favorites do so with the @reply function, but my tweets only ...
0
votes
0answers
43 views

Retrieving Amazon listing of lowest price sellers

I need capability of listing (say) the first 5 lowest price sellers (for new condition) plus each respective seller's stock quantity. Is that something I can achieve with Amazon API using my AWS ...
0
votes
0answers
140 views

PHP based Wiki with WYSIWYG? [closed]

Do you know of any PHP based Wiki's with WYSIWYG support? I really like the FogBugz wiki system, but it's too expensive for this project. Thanks in advance.
0
votes
0answers
132 views

Choice of framework between ajax/php functionality [closed]

I would like to ask your opinion, for building a web application which type of framework would be better. I have experience with CakePHP, which I did a project from the bottom up, for now 3 months. I ...
-1
votes
1answer
90 views

An app to keep count of currently active users? [closed]

I'm thinking about making a PHP app that would store the IP addresses of people currently visiting my website by keeping them in a database. I was wondering if someone else has done it before, it's ...
1
vote
0answers
132 views

Connecting to remote mysql showing error [closed]

I am trying to access my hosted remote mysql database from the local PC. In CPanel I give permission to IP Addresses as "%" which meant to accept the request from any location. However, when I try to ...
2
votes
0answers
151 views

Making sure user has watched entirety of embedded YouTube video [closed]

Background: I want to force users to watch a whole video. I plan on checking whether one or two random timecodes were hit, as well as whether the movie finished playing, would make it reasonably ...
0
votes
2answers
255 views

Youtube PHP Gallery Copyright issues. Alternatives? [closed]

I recently made a PHP gallery that lists YouTube video files off a channel/user. The problem is that some videos won't embed, because of copyright. Do you have any alternatives in mind?
0
votes
1answer
351 views

Is there a PHP powered web based ODT editor, preferably GPL? [closed]

Does there currently exist a web based editor of ODT (open document text) documents that can be self hosted on a server that supports PHP, sort of like Google Docs? It doesn't need to have all the ...
0
votes
0answers
2k views

How to check mail open rate using Google Analytics?

The problem is since the mail is not an actual HTML page served by a web server. My questions are: How can I use Google Analytics to check the open rate of the mail? If I use a random code (eg. ...
-1
votes
1answer
229 views

Sending a bulk customised daily email [closed]

I'm looking for a service which can do the following: Ensure email delivery Deal with bounces Allow large customisation of content Get delivered fast to tens of thousands of people Users of my ...
1
vote
1answer
1k views

Sync / integrate online calendar with Outlook, or any other options [closed]

I want the event calendar on my site to work with the Outlook calendar, so when the users add events to the online calendar, they also can be added to the Outlook calendar (synchronize). Obviously, a ...
-1
votes
1answer
625 views

Open source HR web based application [closed]

We are a small company of 80 employees across 7 countries and we are looking for a web based application (open source and PHP preferred) that can do the following: Employee information Company news ...
2
votes
1answer
996 views

Are there any online PHP consoles available? [closed]

I'm looking for a web app that let's me execute my PHP. Similar to JSConsole, but for PHP not JavaScript.
1
vote
2answers
212 views

How can I modify a Gmail account to forward an email that comes in with additional parameters?

Say my Gmail account gets an email. How can I make it so that any email that comes to my Gmail account automatically forwards to another email bob@gmail.com with ADDITIONAL parameters in the body of ...
6
votes
1answer
93 views

Why do unwanted changes occur when uploading Word doc to Google Docs?

I'm uploading a Word document to Google docs, however when I upload it all the text boxes that have been carefully positioned in the word doc all mash up to the top. Is there any reason for this? It ...
0
votes
1answer
1k views

Free PHP file manager with user accounts facility THAT RUNS on shared hosting?

actually, this question is similar to File manager app with per user access control : there were no answers to that one. I am not asking this question without prior work, I have tested more than 30 ...
1
vote
2answers
654 views

Knowledge-tree alternative for document management self hosted apps?

Is there knowledge-tree document management alternative based on php and MySQL for self-hosted Knowledge management apps?
2
votes
2answers
948 views

GMail as a front end to third party IMAP-mail or finding a good open source alternative

I have a personal email account run by my webhosting company on my domain and the provided web interface sucks. Is there a way to use GMail as a front end to my IMAP mail hosted on my domain? I want ...
1
vote
0answers
77 views

CMS with restricted areas? [closed]

I'm looking for a (PHP) CMS that will allow me to restrict areas for use by external editors. For instance: http://foo.com <- would be managed/edited by us, the site hosts http://foo.com/bar <- ...
0
votes
2answers
3k views

Online image cropping and resizing plugin

I wish to add a plug-in in my website that allows users crop and resize images when they upload their profile picture into our website (just like Facebook). Is there any good plugin available to do ...
2
votes
5answers
938 views

CRM + Invoicing/Billing + Ticketing for a small web design company [closed]

I am currently using ActiveCollab but it lacks the typical CRM features. I can't even keep notes about a customer saved in one place. What I am looking for is a simple but efficient CRM application ...
1
vote
2answers
513 views

Is there any open-source/commercial online ebook creator? [closed]

Like the one in lulu.com. I am not sure if this question belongs here, I hope it does. Thanks in advance.
1
vote
4answers
230 views

Password protected multi-user blog?

I'm looking for a freely available blog that has the following features: password-protected: only user which are registered can view blog and add comments multi-user: it has to be possible that more ...
0
votes
1answer
525 views

Can I use Google Docs Editor for files not in my Google Docs Account

I know it is possible to use the Google Docs Viewer with any publicly accessible worddoc or pdf file. Is it possible to do the same with the google docs editor? Is there a way I can give a URL to a ...
0
votes
2answers
584 views

Open source web app recommendation: integrated issue tracker and forum [closed]

I'm looking for a web-based issue/bug tracking system which also supports a forum of some kind. The integration may be either direct or indirect (perhaps through a single-sign on system). The ...
4
votes
1answer
4k views

Is there a site like jsFiddle for PHP? [closed]

I'm positive I just saw something like this a few weeks ago, but for some reason didn't bookmark it. I'm looking for a web-based tool like jsFiddle, but for php. I want to be able to write some php to ...
0
votes
1answer
316 views

Drop Box style section for my website

I have been using dropbox to as a place to distribute files that are too big for email. We dont do this too often but its becoming more usual. Does anyone know of a webapp that we can attach to our ...
4
votes
7answers
3k views

What is a decent open-source list/task management software [closed]

I really like the application Things but I need something web-based. Ideally something I can host on my server. So simply, PHP/MySQl based task-management software, which is open-source. What would ...
3
votes
1answer
632 views

Web-Application to create organization/group website

Suggest me a good, free, open source, downloadable web application in php to make a good website for a organization or group having more than one member. Only administrator(s) can change the content ...
2
votes
1answer
176 views

Online forum software or services

What forum software is out there? I've used PhpBB in the past, but that was a long time ago and I'm guessing there might be better stuff out there. My requirements are: registration required to ...