General purpose scripting and programming language used in web development to create dynamic webpages.
-2
votes
0answers
47 views
Connecting Facebook comments with Web Application [closed]
MY ISSUE:
I have a difficult issue and I don't know how to solve it. I am creating a web site/*web application* with PHP and Javascript. It's a video sharing site. You can share there video's and you ...
-3
votes
0answers
39 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
...
-1
votes
1answer
26 views
Paypal Integration in a web store. How to avoid clashes during checkout? [closed]
I have a website that list multiple items for sale. I would like to use paypal to sell stuff on it. The only problem is, when I have 1 item left, how can I avoid the clash if two people plan to buy it ...
-1
votes
0answers
33 views
I need a scrum manager web application written in PHP [closed]
I need a scrum manager web application written in PHP. Something that looks like trello, where I can use it locally and offline.
0
votes
1answer
189 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
139 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&source=s_d&t=k&layer=t& ...
0
votes
0answers
52 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
68 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
89 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
83 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
193 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
95 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
140 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 ...