Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
Ranked #4K
~4K People Reached
Favorite Tags

9 Posted Topics

Member Avatar for arctushar

Class has internal functions and also internal variables. These variables can stay alive as long as the class is not destroyed. As an example, you can have a class that contains 2 variables and 4 founctions that act on the variables. You don't need to reset the variables if you …

Member Avatar for fpaquin
0
1K
Member Avatar for shielaolid

$result = mysql_query("SELECT * FROM emprofile WHERE number = '$id'"); to $result = mysql_query("SELECT * FROM emprofile WHERE number = '" . $id . "'"); Also is number an int or string, if int remove single quotes.

Member Avatar for pritaeas
0
183
Member Avatar for fpaquin

When I try to call the Google Calendar in PHP it gives me Fatal error: Uncaught exception 'apiServiceException' with message 'Error calling POST https://www.googleapis.com/calendar/v3/calendars/primary/events?key=ABQIAAAAsxHZhPGSukLbZlUcR7gZFhTVSiE46oDPbAIEWnLSRISr9hykzRT26WAMhnP0hQe-Tk5dj5M8wQHwFQ: (401) Invalid Credentials I looked at my developper key and it is the same. Is it suppose to be the developper key or something else?

Member Avatar for DavidAntaramian
0
96
Member Avatar for fpaquin

I am writing a site that sends the following: [url]https://accounts.google.com/ServiceLogin?service=cl&passive=1209600&continue=http://www.google.com/calendar/event?action%3DTEMPLATE%26text%3DEventTitle%26dates%3D20120107T152000Z/20120107T162000Z%26location%3D1%2BNicholas%2BStreet%26details%3Dhttp://dev.uocal.uottawa.ca/en/node/354&followup=http://www.google.com/calendar[/url] to Google to add to the Google calendar. How would I write the URL if I want to add a calendar event every Monday until a specific date to Google calendar. I looked in the Google API and I did …

Member Avatar for fpaquin
0
313
Member Avatar for Marty1963
Member Avatar for Marty1963
0
190
Member Avatar for crackerjacker

Try [url]http://www.mp3-wma-recorder.com/[/url]. This software can start record as soon as you talk. Not pricey too.

Member Avatar for H. B. Duran
0
1K
Member Avatar for kim.beaul

If you are on the web, use DIV to construct your table instead of TABLE. Use the CSS "float: left;" to display your DIV side-by-side. [url]http://www.yourhtmlsource.com/stylesheets/csslayout.html[/url]

Member Avatar for gazzatav
0
173
Member Avatar for fpaquin

Hi to all, Can someone tell me how to add tab pages to a JSP. I would like to have different input fields in each tab page. When I press submit, all input fields (in all tab pages) are sent to the server and not only the ones in the …

Member Avatar for orko
0
157
Member Avatar for fpaquin

Hi to all, I am using Java version 1.3 with IBM Websphere and DB2. I would like to create a page that you can save and retrieve an image from DB2 and post it on a web page using a stored procedure. My questions are: 1. How should I create …

Member Avatar for fpaquin
0
123

The End.