Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
9answers
1k views

Java decompiler written in the United States

I work for a government contractor that is really picky about what software gets installed on their machines (US government laws). As part of a reverse engineering effort, I need to figure out what a ...
6
votes
5answers
1k views

ISO-8601 week numbering vs “Outlook” numbering in PHP

I recently came across a big problem, as I have a system that's paying the customers weekly. As we all know, a year has 52 weeks, and there are standards for it. I'm using PHP aka date('W') to get ...
1
vote
1answer
1k views

ASP.NET Contact Form - output to email and access database

I am new to ASP.NET, and I am trying to create a contact form which sends an email at submission as well storing the data in a database. I have read numerous tutorials, and I am pretty comfortable ...
0
votes
6answers
58 views

How to take a number from a string using regex?

How can I take the number (20 in the following example) in this string? string = """<option value="full_review">Detailed review (Up to $20.00)</option>""" I used detailint = ...
0
votes
0answers
16 views

Billy Blues for Cisco Reqular Expression?

I am trying to configure Billy Blues for Cisco UC. I am adding country codes(and mobiles). I was wondering if I can add reqular expressions. For example Brazil mobile numbers are 0055xx7xxx... How can ...
0
votes
0answers
74 views

i have a form here is the code [closed]

<div class="panel" id="contactus"> <h1>Feel free to send us a message</h1> <div id="contact_form"> <form method="post" name="contact" action="#contactus"> <label ...
0
votes
1answer
574 views

Problem with Free SMTP Server in php code

I wrote php code for use to contact us form but I can not find free SMTP server to use it. I Try to use SMTP Server For Gmail but I found this error. Warning: mail() [function.mail]: ...